Function Polygon.Subdivide

Subdivide (List<Vector3> points, List<Vector3> result, int subSegments)

Divides each segment in the list into subSegments segments and fills the result list with the new points.

Public Static
void Subdivide (

List<Vector3>

points

List<Vector3>

result

int

subSegments

)

Divides each segment in the list into subSegments segments and fills the result list with the new points.