コード例 #1
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     CodeV3d(ref v.Normal); CodeV3d(ref v.Point);
 }
コード例 #3
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     AddValue(v.ToString());
 }