Пример #1
0
 public static XYZ GetNormalInXoy2(this XYZ vector)
 {
     return(vector.GetNormal().ProjectXoy().Normalize());
 }