Flutter
vector_math
Ray
direction property
direction
Ray class
Constructors
Ray
copy
originDirection
Properties
direction
origin
hashCode
runtimeType
Methods
at
copyAt
copyFrom
intersectsWithAabb3
intersectsWithQuad
intersectsWithSphere
intersectsWithTriangle
noSuchMethod
toString
Operators
operator ==
direction property
Vector3
direction
The
direction
of the ray.
Implementation
Vector3 get direction => _direction;