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