Click or drag to resize

PolygonOffsetAsLineSegments Method (Single)

Offsets a polygon as separate line segments on the XZ plane

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Vector3[] OffsetAsLineSegments(
	float distance
)

Parameters

distance
Type: SystemSingle
The distance for the offset

Return Value

Type: Vector3
List of point (two for each line segment)
See Also