Uses of Package
georegression.struct.line
Packages that use georegression.struct.line
Package
Description
-
Classes in georegression.struct.line used by georegression.fitting.lineClassDescription2D 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).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. -
Classes in georegression.struct.line used by georegression.geometryClassDescriptionRepresents 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).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. -
Classes in georegression.struct.line used by georegression.geometry.linesClassDescriptionRepresents 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.
-
Classes in georegression.struct.line used by georegression.metricClassDescriptionRepresents 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 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. -
Classes in georegression.struct.line used by georegression.structClassDescription2D 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. -
Classes in georegression.struct.line used by georegression.struct.lineClassDescriptionRepresents 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. -
Classes in georegression.struct.line used by georegression.struct.shapesClassDescription3D 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 segment by its two end points.Defines a line segment by its two end points.