Package georegression.struct.line
Class LineSegment3D_F32
java.lang.Object
georegression.struct.line.LineSegment3D_F32
- All Implemented Interfaces:
Serializable
@Generated("georegression.struct.line.LineSegment3D_F64")
public class LineSegment3D_F32
extends Object
implements Serializable
Defines a line segment by its two end points.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLineSegment3D_F32
(float x0, float y0, float z0, float x1, float y1, float z1) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
float
float
int
hashCode()
setTo
(float x0, float y0, float z0, float x1, float y1, float z1) setTo
(Point3D_F32 a, Point3D_F32 b) float
slopeX()
float
slopeY()
toString()
static LineSegment3D_F32
wrap
(Point3D_F32 a, Point3D_F32 b) void
zero()
-
Field Details
-
a
-
b
-
-
Constructor Details
-
LineSegment3D_F32
public LineSegment3D_F32() -
LineSegment3D_F32
-
LineSegment3D_F32
public LineSegment3D_F32(float x0, float y0, float z0, float x1, float y1, float z1)
-
-
Method Details
-
wrap
-
setTo
-
setTo
-
setTo
-
zero
public void zero() -
slopeX
public float slopeX() -
slopeY
public float slopeY() -
getLength
public float getLength() -
getLength2
public float getLength2() -
copy
-
toString
-
equals
-
hashCode
public int hashCode()
-