Triangle mesh vertices.
@type point() :: {number(), number()}
@type t() :: %Skia.Vertices{ colors: [term()], indices: [non_neg_integer()] | nil, mode: atom(), positions: [point()] }
@spec new( [point()], keyword() ) :: t()