RayT.this

Constructs a ray with an origin and direction

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

Meta