Triangle.PointType

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

Meta