| 598 | //------------------------------------ |
| 599 | |
| 600 | inline 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_ |
no outgoing calls
no test coverage detected