Back to class index
| Capsule::CenterSyntaxfloat4 Capsule::Center() const; [4 lines of code]float4 Capsule::Centroid() const; [1 lines of code] Returns the center point of this Capsule. Return ValueThe point (l.a + l.b) / 2. This point is the center of mass for this capsule. See Also |