C# 클래스 BEPUphysics.Paths.FiniteDifferenceSpline3D

3D hermite curve that uses the finite difference method to compute tangents.
상속: HermiteCurve3D
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

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