Beispiel #1
0
 public static Vector3 BackwardNormalized(this Matrix4x4 matrix)
 {
     return(matrix.BackwardFast().FastNormalized());
 }