position property

Vector3D get position

Ray position (origin)

Implementation

Vector3D get position => _position = field_position.readOr(op, _position);
set position (Vector3D value)

Implementation

set position(Vector3D value) => _position = field_position.writeOr(op, value);