Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SegmentsLength(IList<BezierPathSegment>, bool, float)

Computes the combined length of a segment chain.
Read time 1 minuteLast updated 6 days ago

Definition

public static float SegmentsLength(IList<BezierPathSegment> segments, bool closed, float precision = 0.001)

Parameters

The curve segments on which to evaluate the length

closed

A boolean indicating if the length of the segment joining the first and last points should be computed

precision

The precision of the length computation

Returns

Type

Description

floatThe combined length of the segment chain