Sphere.PointType

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

Meta