Line class

Constructors

Line.new([Vector3? start, Vector3? end])

Properties

end ↔ Vector3
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start ↔ Vector3
getter/setter pair

Methods

closestPointToPoint(Vector3 point, bool clampToLine, Vector3 target) → Vector3
closestPointToPointParameter(Vector3 point, bool clampToLine) double
delta(Vector3 target) → Vector3
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Vector3 start, Vector3 end) Line
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited