C# Класс BEPUphysics.Paths.FiniteDifferenceSpline3D

3D hermite curve that uses the finite difference method to compute tangents.
Наследование: HermiteCurve3D
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCurveIndexBoundsInformation ( int &minIndex, int &maxIndex ) : void

Gets the curve's bounding index information.

Защищенные методы

Метод Описание
ComputeTangents ( ) : void

Описание методов

ComputeTangents() защищенный метод

protected ComputeTangents ( ) : void
Результат void

GetCurveIndexBoundsInformation() публичный метод

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.
Результат void