Package georegression.struct.line


package georegression.struct.line
  • Classes
    Class
    Description
    Represents the line using three parameters such that any point on the line obeys the following formula, A*x + B*y + C = 0.
    Represents the line using three parameters such that any point on the line obeys the following formula, A*x + B*y + C = 0.
    2D line parameterized using parametric equation:
    [x, y] = [x_0, y_0] + t·[slopeX, slopeY]
    where t specifies the location along the line, (x_0,y_0) is an arbitrary point on the line, and (slopeX,slopeY).
    2D line parameterized using parametric equation:
    [x, y] = [x_0, y_0] + t·[slopeX, slopeY]
    where t specifies the location along the line, (x_0,y_0) is an arbitrary point on the line, and (slopeX,slopeY).
    2D line parameterized using parametric equation:
    [x, y] = [x_0, y_0] + t·[slopeX, slopeY]
    where t specifies the location along the line, (x_0,y_0) is an arbitrary point on the line, and (slopeX,slopeY).
    3D line parameterized using parametric equation:
    [x, y, z] = [x_0, y_0, z_0] + t·[slopeX, slopeY, slopeZ]
    where t specifies the location along the line, (x_0,y_0,z_0) is an arbitrary point on the line, and (slopeX,slopeY,slopeZ).
    3D line parameterized using parametric equation:
    [x, y, z] = [x_0, y_0, z_0] + t·[slopeX, slopeY, slopeZ]
    where t specifies the location along the line, (x_0,y_0,z_0) is an arbitrary point on the line, and (slopeX,slopeY,slopeZ).
    Defines a line in 2D space based upon the distance of its closest point to the origin and the angle of a line from the origin to that point.
    Defines a line in 2D space based upon the distance of its closest point to the origin and the angle of a line from the origin to that point.
    Defines a line segment by its two end points.
    Defines a line segment by its two end points.
    Defines a line segment by its two end points.
    Defines a line segment by its two end points.
    Defines a line segment by its two end points.