Ray.fromPoints

struct Ray(T)
pure static
fromPoints
(
A
B
)
(
in Vector!(3, A) start
,
in Vector!(3, B) end
)
if (
is(typeof(vectype(start))) &&
is(typeof(vectype(start)))
)
if (
isFloatingPoint!T
)

Meta