Back to class index
| Capsule::ScaleSyntaxvoid Capsule::Scale(const float4 ¢erPoint, float scaleFactor); [6 lines of code]Applies a uniform scale to this Capsule. This function scales this capsule structure in-place, using the given center point as the origin for the scaling operation. Parametersconst float4 ¢erPointSpecifies the center of the scaling operation, in world space. floatscaleFactorThe uniform scale factor to apply to each world space axis. See Also |