| 59 | } |
| 60 | |
| 61 | Matrix4d_C LNLIB_MATRIX_create_reflection(XYZ_C normal) |
| 62 | { |
| 63 | return FromMatrix4d(LNLib::Matrix4d::CreateReflection(ToXYZ(normal))); |
| 64 | } |
| 65 | |
| 66 | Matrix4d_C LNLIB_MATRIX_create_reflection_by_distance(XYZ_C normal, double distance_from_origin) |
| 67 | { |
nothing calls this directly
no test coverage detected