Class PlaneNormal3D_F32

java.lang.Object
georegression.struct.plane.PlaneNormal3D_F32
All Implemented Interfaces:
Serializable

@Generated("georegression.struct.plane.PlaneNormal3D_F64") public class PlaneNormal3D_F32 extends Object implements Serializable
Defines a plane using a point on the plane and the plane's normal. N*(x-p0) = 0, where N is the plane's normal, p0 is a point on the plane, and 'x' is another point on the plane.
See Also: