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