public static XYZ GetNormalInXoy2(this XYZ vector) { return(vector.GetNormal().ProjectXoy().Normalize()); }