Class PlaneTangent3D_F32

All Implemented Interfaces:
Serializable

@Generated("georegression.struct.plane.PlaneTangent3D_F64") public class PlaneTangent3D_F32 extends Point3D_F32 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: