C# Class LSLib.Granny.Model.CurveData.D4nK16uC15u

Inheritance: AnimationCurveData
Datei anzeigen Open project: Norbyte/lslib

Public Properties

Property Type Description
OneOverKnotScale Single
ScaleOffsetTableEntries UInt16

Public Methods

Method Description
GetKnots ( ) : List
GetQuaternions ( ) : List
NumKnots ( ) : int

Private Methods

Method Description
QuatFromControl ( UInt16 a, UInt16 b, UInt16 c, float scales, float offsets ) : Quaternion

Method Details

GetKnots() public method

public GetKnots ( ) : List
return List

GetQuaternions() public method

public GetQuaternions ( ) : List
return List

NumKnots() public method

public NumKnots ( ) : int
return int

Property Details

OneOverKnotScale public_oe property

public Single OneOverKnotScale
return Single

ScaleOffsetTableEntries public_oe property

public UInt16 ScaleOffsetTableEntries
return UInt16