| 121 | } |
| 122 | |
| 123 | XYZ_C LNLIB_MATRIX_of_point(Matrix4d_C m, XYZ_C point) |
| 124 | { |
| 125 | return FromXYZ(ToMatrix4d(m).OfPoint(ToXYZ(point))); |
| 126 | } |
| 127 | |
| 128 | XYZ_C LNLIB_MATRIX_of_vector(Matrix4d_C m, XYZ_C vector) |
| 129 | { |
nothing calls this directly
no test coverage detected