Package georegression.struct.line
-
Class Summary Class Description LineGeneral2D_F32 Represents the line using three parameters such that any point on the line obeys the following formula, A*x + B*y + C = 0.LineGeneral2D_F64 Represents the line using three parameters such that any point on the line obeys the following formula, A*x + B*y + C = 0.LineParametric2D_F32 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).LineParametric2D_F64 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).LineParametric3D_F32 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).LineParametric3D_F64 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).LinePolar2D_F32 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.LinePolar2D_F64 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.LineSegment2D_F32 Defines a line segment by its two end points.LineSegment2D_F64 Defines a line segment by its two end points.LineSegment2D_I32 Defines a line segment by its two end points.LineSegment3D_F32 Defines a line segment by its two end points.LineSegment3D_F64 Defines a line segment by its two end points.
DataMelt 3.0 © DataMelt by jWork.ORG