C# Класс 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.
Наследование: 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