- getHeight
double getHeight()
- getRadius
double getRadius()
- opAssign
CylinderShape opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CylinderShape 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.
- setHeight
void setHeight(double height)
- setRadius
void setRadius(double radius)
Cylinder shape for collisions.