xn.OpenNIImporter.xnConvertRealWorldToProjective C# (CSharp) Method

xnConvertRealWorldToProjective() private method

private xnConvertRealWorldToProjective ( IntPtr hInstance, UInt32 nCount, Point3D aRealWorld, [ aProjective ) : UInt32
hInstance System.IntPtr
nCount System.UInt32
aRealWorld Point3D
aProjective [
return System.UInt32
        public static extern XnStatus xnConvertRealWorldToProjective(XnNodeHandle hInstance, XnUInt32 nCount, Point3D[] aRealWorld, [In][Out] Point3D[] aProjective);
OpenNIImporter