| 54 | } |
| 55 | |
| 56 | Matrix4d_C LNLIB_MATRIX_create_scale(XYZ_C scale) |
| 57 | { |
| 58 | return FromMatrix4d(LNLib::Matrix4d::CreateScale(ToXYZ(scale))); |
| 59 | } |
| 60 | |
| 61 | Matrix4d_C LNLIB_MATRIX_create_reflection(XYZ_C normal) |
| 62 | { |
nothing calls this directly
no test coverage detected