Line.FromPoints

Line.FromPoints method

Construct a Line instance from a set of points.

public static Line FromPoints(params Vector3[] points)
ParameterTypeDescription
pointsVector3[]

See Also