Esempio n. 1
0
 public static bool IsVectorParallelTo(this BCOM.Point3d self, BCOM.Point3d other)
 {
     return(App.Vector3dAreVectorsParallel(self.ToVector3d(), other.ToVector3d()));
 }