Table of Contents

Struct FlexalonCurveLayout.CurvePoint

Namespace
Flexalon
Assembly
Flexalon.dll

A point on the curve.

public struct FlexalonCurveLayout.CurvePoint

Fields

Position

The position of the point.

public Vector3 Position

Field Value

Vector3

Tangent

The tangent of the point.

public Vector3 Tangent

Field Value

Vector3

TangentMode

Determines how the tangent for this point is determined.

public FlexalonCurveLayout.TangentMode TangentMode

Field Value

FlexalonCurveLayout.TangentMode

Methods

ChangePosition(Vector3)

Returns a copy of this CurvePoint with a different position.

public FlexalonCurveLayout.CurvePoint ChangePosition(Vector3 position)

Parameters

position Vector3

Returns

FlexalonCurveLayout.CurvePoint

ChangeTangent(Vector3)

Returns a copy of this CurvePoint with a different tangent.

public FlexalonCurveLayout.CurvePoint ChangeTangent(Vector3 tangent)

Parameters

tangent Vector3

Returns

FlexalonCurveLayout.CurvePoint

Copy()

Returns a copy of this CurvePoint.

public FlexalonCurveLayout.CurvePoint Copy()

Returns

FlexalonCurveLayout.CurvePoint