Package WildMagic.LibFoundation.Curves
Class NaturalSpline3.ThisPlusKey
- java.lang.Object
 - 
- WildMagic.LibFoundation.Curves.NaturalSpline3.ThisPlusKey
 
 
- 
- All Implemented Interfaces:
 IntegrateInterface
- Enclosing class:
 - NaturalSpline3
 
protected class NaturalSpline3.ThisPlusKey extends java.lang.Object implements IntegrateInterface
helper for GetLengthKey() 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) intKey(package private) NaturalSpline3This 
- 
Constructor Summary
Constructors Constructor Description ThisPlusKey(NaturalSpline3 pkThis, int iKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatIntegrate(float fTime) 
 - 
 
- 
- 
Field Detail
- 
This
final NaturalSpline3 This
 
- 
Key
int Key
 
 - 
 
- 
Constructor Detail
- 
ThisPlusKey
public ThisPlusKey(NaturalSpline3 pkThis, int iKey)
 
 - 
 
- 
Method Detail
- 
Integrate
public float Integrate(float fTime)
- Specified by:
 Integratein interfaceIntegrateInterface
 
 - 
 
 -