Back to class index
| Polygon::TransformSyntaxvoid Polygon::Transform(const float3x3 &transform); [5 lines of code]void Polygon::Transform(const float3x4 &transform); [5 lines of code] void Polygon::Transform(const float4x4 &transform); [5 lines of code] void Polygon::Transform(const Quat &transform); [5 lines of code] Applies a transformation to this Polygon. This function operates in-place. See Also |