Class CuboidDto
Constructors
constructor
- new CuboidDto(center?: Point3, width?: number, length?: number, height?: number): CuboidDto
-
Parameters
-
Optional center: Point3
-
Optional width: number
-
Optional length: number
-
Optional height: number
Properties
center
height
height: number
length
length: number
width
width: number
Center coordinates of the cubod
[0, 0, 0]