Ray.fromPoints

struct Ray(T)
pure static
fromPoints
(
A
B
)
(
in A start
,
in B end
)
if (
isCompatibleVector!(3, T, A) &&
)
if (
isFloatingPoint!T
)

Meta