Class PlaneTangent3D_F64

All Implemented Interfaces:
Serializable

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:
  • Constructor Details

    • PlaneTangent3D_F64

      public PlaneTangent3D_F64(double x, double y, double z)
    • PlaneTangent3D_F64

      public PlaneTangent3D_F64()
  • Method Details