SegmentQueryInfo class

Segment query info.

Constructors

SegmentQueryInfo()

Properties

alpha double
The normalized distance along the query segment in the range 0, 1.
no setter
hashCode int
The hash code for this object.
no setterinherited
normal → Vector2
The normalized distance along the query segment in the range 0, 1.
no setter
point → Vector2
The point of impact.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Shape
The shape that was hit, or NULL if no collision occured.
no setter

Methods

close() → void
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