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
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
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