コード例 #1
0
ファイル: Mach1Positional.cs プロジェクト: ghettokon/m1-sdk
 public void setCameraRotationQuat(Mach1Point4D quat)
 {
     Mach1DecodePositionalCAPI_setCameraRotationQuat(M1obj, quat);
     // Sets the device/camera's orientation with Quaternion
     //
     // - Parameters:
     //     - Mach1Point4D Rotation: Quaternion
 }
コード例 #2
0
ファイル: Mach1Positional.cs プロジェクト: ghettokon/m1-sdk
 public void setDecoderAlgoRotationQuat(Mach1Point4D quat)
 {
     Mach1DecodePositionalCAPI_setDecoderAlgoRotationQuat(M1obj, quat);
     // Sets the decode object's orientation with Quaternion
     //
     // - Parameters:
     //     - Mach1Point4D Rotation: Quaternion
 }
コード例 #3
0
ファイル: Mach1Positional.cs プロジェクト: ghettokon/m1-sdk
 internal static extern void Mach1DecodePositionalCAPI_setDecoderAlgoRotationQuat(IntPtr M1obj, Mach1Point4D quat);