コード例 #1
0
 public static Vector3D PoincareToUpper(Vector3D v)
 {
     v = Upper.Apply(v);
     return(v);
 }