| 126 | } |
| 127 | |
| 128 | XYZ_C LNLIB_MATRIX_of_vector(Matrix4d_C m, XYZ_C vector) |
| 129 | { |
| 130 | return FromXYZ(ToMatrix4d(m).OfVector(ToXYZ(vector))); |
| 131 | } |
| 132 | |
| 133 | Matrix4d_C LNLIB_MATRIX_multiply(Matrix4d_C a, Matrix4d_C b) |
| 134 | { |
nothing calls this directly
no test coverage detected