Class PlaneTangent3D_F64

All Implemented Interfaces:
Serializable, MapFormattable, MatrixFormattable

public class PlaneTangent3D_F64 extends Point3D_F64 implements Serializable
Specifies a plane using the closest point on the plane to the origin. This can also be viewed as specifying vector which is tangent to the plane with a magnitude equal to the distance of the closest point. This formulation cannot describe a plane which intersects with the origin.
See Also: