RayCastInput class

Ray-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1).

Constructors

RayCastInput()

Properties

hashCode int
The hash code for this object.
no setterinherited
maxFraction double
getter/setter pair
p1 Vector2
final
p2 Vector2
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(RayCastInput rci) → void
toString() String
A string representation of this object.
inherited

Operators

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