Class ChristmasTreeDto
Constructors
constructor
- new ChristmasTreeDto(height?: number, innerDist?: number, outerDist?: number, nrSkirts?: number, trunkHeight?: number, trunkWidth?: number, half?: boolean, rotation?: number, origin?: Point3, direction?: Vector3): ChristmasTreeDto
-
Parameters
-
Optional height: number
-
Optional innerDist: number
-
Optional outerDist: number
-
Optional nrSkirts: number
-
Optional trunkHeight: number
-
Optional trunkWidth: number
-
Optional half: boolean
-
Optional rotation: number
-
Optional origin: Point3
-
Optional direction: Vector3
Properties
direction
half
half: boolean
height
height: number
innerDist
innerDist: number
nrSkirts
nrSkirts: number
origin
outerDist
outerDist: number
rotation
rotation: number
trunkHeight
trunkHeight: number
trunkWidth
trunkWidth: number
Direction of the tree
[0, 1, 0]