Context:
A BoundingPolytope defines a polyhedral bounding region using the intersection of four or more half spaces. The region defined by a BoundingPolytope is always convex and must be closed. Each plane in the BoundingPolytope specifies a half-space defined by the equation:
Ax + By + Cz + D <= 0
source: from a javadoc, this is for programming purpose
I need the value of A, B, C, and D for a plane as in that equation and all I have is corner points of a rectangle that lies in that plane.