- getBottomRadius
double getBottomRadius()
- getHeight
double getHeight()
- getRadialSegments
long getRadialSegments()
- getRings
long getRings()
- getTopRadius
double getTopRadius()
- opAssign
CylinderMesh opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CylinderMesh other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBottomRadius
void setBottomRadius(double radius)
- setHeight
void setHeight(double height)
- setRadialSegments
void setRadialSegments(long segments)
- setRings
void setRings(long rings)
- setTopRadius
void setTopRadius(double radius)
Class representing a cylindrical PrimitiveMesh.