Infinite ray defined by origin and direction for raycasting and picking.
Ray & set(const Vector3 &origin, const Vector3 &direction)
Ray & copy(const Ray &src)
const Vector3 & origin() const
const Vector3 & direction() const
3D vector for positions, directions, and normals with multi-backend SIMD acceleration.