MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / mTransformPlane

Function mTransformPlane

Engine/source/math/mMatrix.h:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598//------------------------------------
599
600inline void mTransformPlane(const MatrixF& mat, const Point3F& scale, const PlaneF& plane, PlaneF * result)
601{
602 m_matF_x_scale_x_planeF(mat, &scale.x, &plane.x, &result->x);
603}
604
605#endif //_MMATRIX_H_

Callers 5

_castRayMethod · 0.85
shapeBase.cppFile · 0.85
setPivotPosMethod · 0.85
collideAxisGizmoMethod · 0.85
_renderAxisCirclesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected