Package georegression.struct.plane


package georegression.struct.plane
  • Classes
    Class
    Description
    Represents the line using four parameters such that any point on the planes obeys the following formula, A*x + B*y + C*z = D.
    Represents the line using four parameters such that any point on the planes obeys the following formula, A*x + B*y + C*z = D.
    Defines a plane using a point on the plane and the plane's normal.
    Defines a plane using a point on the plane and the plane's normal.
    Specifies a plane using the closest point on the plane to the origin.
    Specifies a plane using the closest point on the plane to the origin.