point property

Vector3D get point

Point of the nearest hit

Implementation

Vector3D get point => _point = field_point.readOr(op, _point);
set point (Vector3D value)

Implementation

set point(Vector3D value) => _point = field_point.writeOr(op, value);