Esempio n. 1
0
 public PlaneBody( Plane3f plane3f )
 {
     this.Plane3f = plane3f;
 }
Esempio n. 2
0
 abstract public int WhichSide(Plane3f aPlane);