Table of Contents

Class GSplineSegment

Namespace
Pinwheel.Griffin.SplineTool
Assembly
Pinwheel.Polaris.Runtime.dll

Represent a spline segment, a path connecting 2 anchor points.

[Serializable]
public class GSplineSegment : IDisposable
Inheritance
GSplineSegment
Implements
Inherited Members

Properties

EndIndex

Index of the end anchor.

EndTangent

Position of the end anchor's tangent handle, in world space.

StartIndex

Index of the start anchor.

StartTangent

Position of the start anchor's tangent handle, in world space.

Methods

FlipDirection()

Flip the start and end anchor.