C# Class BEPUphysics.Paths.FiniteDifferenceSpline3D

3D hermite curve that uses the finite difference method to compute tangents.
Inheritance: HermiteCurve3D
Mostra file Open project: Indiefreaks/igf

Public Methods

Method Description
GetCurveIndexBoundsInformation ( int &minIndex, int &maxIndex ) : void

Gets the curve's bounding index information.

Protected Methods

Method Description
ComputeTangents ( ) : void

Method Details

ComputeTangents() protected method

protected ComputeTangents ( ) : void
return void

GetCurveIndexBoundsInformation() public method

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.
return void