示例#1
0
 public PlaneBody( Plane3f plane3f )
 {
     this.Plane3f = plane3f;
 }
示例#2
0
 abstract public int WhichSide(Plane3f aPlane);