C# Class InfoStrat.MotionFx.MotionHelper

Show file Open project: InfoStrat/MotionFx

Public Methods

Method Description
BytesToShort ( byte lowByte, byte highByte ) : ushort
ShortToBytes ( ushort number, byte &lowByte, byte &highByte ) : void

Private Methods

Method Description
XnPoint3DToPoint3D ( OpenNI point ) : System.Windows.Media.Media3D.Point3D

Method Details

BytesToShort() public static method

public static BytesToShort ( byte lowByte, byte highByte ) : ushort
lowByte byte
highByte byte
return ushort

ShortToBytes() public static method

public static ShortToBytes ( ushort number, byte &lowByte, byte &highByte ) : void
number ushort
lowByte byte
highByte byte
return void