direction property
Vector3D
get
direction
Ray direction (normalized)
Implementation
Vector3D get direction => _direction = field_direction.readOr(op, _direction);
set
direction
(Vector3D value)
Implementation
set direction(Vector3D value) => _direction = field_direction.writeOr(op, value);