lineSegments
Draws a series of line segments with specified weights
Parameters
segments
A list of Vector2
instances representing the points of the line segments. Each consecutive pair of points defines a single line segment.
weights
A list of Double
values representing the weights (thickness) of each line segment.
Draws line segments using the specified list of 3D vectors.
Parameters
segments
A list of Vector3 objects representing the line segments to be drawn.
Draws a series of line segments based on the provided 3D vectors and weights.
Parameters
segments
A list of Vector3 objects representing the points that define the line segments.
weights
A list of Double values representing the weights for each line segment, influencing their appearance.