LineSegment2 class
Constructors
- LineSegment2.new(Vector2 point0, Vector2 point1)
Properties
Methods
-
containsPoint(
Vector2 point) → bool -
intersectsWithLineSegment(
LineSegment2 other) → Vector2? -
Returns an intersection point between this and
other
, if exists -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited