C# Class BEPUphysics.Paths.CardinalSpline3D

Cardinal spline implementation of the 3D hermite curve. Uses a tension parameter to control the tightness of the curve. When tension is zero, a cardinal spline acts like a Catmull-Rom spline.
Inheritance: HermiteCurve3D
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
GetCurveIndexBoundsInformation ( int &minIndex, int &maxIndex ) : void

Gets the curve's bounding index information.

Méthodes protégées

Méthode Description
ComputeTangents ( ) : void

Method Details

ComputeTangents() protected méthode

protected ComputeTangents ( ) : void
Résultat void

GetCurveIndexBoundsInformation() public méthode

Gets the curve's bounding index information.
public GetCurveIndexBoundsInformation ( int &minIndex, int &maxIndex ) : void
minIndex int Index of the minimum control point in the active curve segment.
maxIndex int Index of the maximum control point in the active curve segment.
Résultat void