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