C# Class GraphicsTests.Curve3D

Mostrar archivo Open project: TomGillen/Myre Class Usage Examples

Public Properties

Property Type Description
curveX Curve
curveY Curve
curveZ Curve

Public Methods

Method Description
AddPoint ( Vector3 point, float time ) : void
Curve3D ( ) : System
GetPointOnCurve ( float time ) : Vector3
SetTangents ( ) : void

Private Methods

Method Description
SetCurveKeyTangent ( CurveKey &prev, CurveKey &cur, CurveKey &next ) : void

Method Details

AddPoint() public method

public AddPoint ( Vector3 point, float time ) : void
point Vector3
time float
return void

Curve3D() public method

public Curve3D ( ) : System
return System

GetPointOnCurve() public method

public GetPointOnCurve ( float time ) : Vector3
time float
return Vector3

SetTangents() public method

public SetTangents ( ) : void
return void

Property Details

curveX public_oe property

public Curve curveX
return Curve

curveY public_oe property

public Curve curveY
return Curve

curveZ public_oe property

public Curve curveZ
return Curve