Back to class index
| Capsule::CrossSectionSyntaxCircle Capsule::CrossSection(float l) const; [14 lines of code]Returns the cross-section circle at the given height of this Capsule. ParametersfloatlA normalized parameter between [0,1]. l == 0 returns a degenerate circle of radius 0 at the bottom of this Capsule, and l == 1 will return a degenerate circle of radius 0 at the top of this Capsule. |