예제 #1
0
 public static DoubleVector3 WorldToLocalNormal(this SectorNodeDescription snd, IntVector3 world)
 {
     return(Vector3.TransformNormal(world.ToDotNetVector(), snd.WorldTransformInv).ToOpenMobaVector());
 }