Class Section
Constructors
(constructor)(length, center)
Constructs a new instance of the Section class
Declaration
constructor(length: number, center: number);
Parameters
| Type |
Name |
Description |
| number |
length |
|
| number |
center |
|
Properties
center
Declaration
Property Value
length
Declaration
Property Value
Methods
fromAxisX(rectangle)
Declaration
static fromAxisX(rectangle: RotatedRectangleF): ISection;
Parameters
Returns
fromAxisY(rectangle)
Declaration
static fromAxisY(rectangle: RotatedRectangleF): ISection;
Parameters
Returns