Line3
A class representing a line in 3D space, defined by a start point and an end point.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Applies the given matrix to this line's start and end points.
Applies the given matrix to this line's start and end points.
Attributes
Returns a point at a certain distance along the line from the start point.
Returns a point at a certain distance along the line from the start point.
Attributes
Calculates the closest point on this line to the given point.
Calculates the closest point on this line to the given point.
Attributes
Calculates the closest point on this line to the given line.
Calculates the closest point on this line to the given line.
Attributes
Copies the start and end points from the given line.
Copies the start and end points from the given line.
Attributes
Gets the delta vector of this line (end point - start point).
Gets the delta vector of this line (end point - start point).
Attributes
Calculates the distance from this line to the given point.
Calculates the distance from this line to the given point.
Attributes
Calculates the squared distance from this line to the given point.
Calculates the squared distance from this line to the given point.
Attributes
Returns true if this line equals the given line.
Returns true if this line equals the given line.
Attributes
Returns the center of the line segment.
Returns the center of the line segment.
Attributes
Creates a new Line3 with the same start and end points as this one.
Creates a new Line3 with the same start and end points as this one.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object