Ray.PointType

struct Ray(T, int N)
alias PointType = Vector!(T, N)

Meta