RayT.this

Constructs a ray with an origin and direction

struct RayT(VT)
this
pure nothrow
if (
is(VT == float2) ||
is(VT == float3)
)

Meta