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