mirror

inline fun <T : Number, Comparable<T>> mirror(normal: Vec3<T>, origin: Vec3<T>): Mat4<T>
fun <T : Number, Comparable<T>> mirror(normal: Vec3<T>, origin: Vec3<T>, type: KClass<T>): Mat4<T>

Creates a transformation matrix for mirroring through a plane passing through the origin point, and perpendicular a given normal vector.