CSGPolygon.PathRotation/pathRotation - multiple declarations
Function CSGPolygon.pathRotation
The method by which each slice is rotated along the path when mode
is constant MODE_PATH
.
CSGPolygon . PathRotation pathRotation() nothrow @property @nogc;
void pathRotation
(
long v
) nothrow @property @nogc;
Enum CSGPolygon.PathRotation
enum PathRotation
: int { ... }
Enum members
Name | Description |
---|---|
pathRotationPath
|
Slice is rotated around the up vector of the path. |
pathRotationPathFollow
|
Slice is rotate to match the path exactly. |
pathRotationPolygon
|
Slice is not rotated. |