コード例 #1
0
        public static void ToMatrixd(Pose3 pose, MatrixConventionsFlags flags, out Matrix44d matrix)
#endif
        {
            MatrixConventionsNative.osvrPose3ToMatrixd(ref pose, flags, out matrix);
        }
コード例 #2
0
 public static extern Byte osvrPose3ToMatrixd(ref Pose3 pose, MatrixConventionsFlags flags, out Matrix44d mat);
コード例 #3
0
        /// <summary>
        /// Convert a Pose3 to a Matrix44d, using the given convention flags
        /// </summary>
#if !NET20
        public static void ToMatrixd(this Pose3 pose, MatrixConventionsFlags flags, out Matrix44d matrix)
コード例 #4
0
 public extern static Byte osvrClientGetViewerEyeViewMatrixd(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, MatrixConventionsFlags flags, out Matrix44d mat);
コード例 #5
0
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionMatrixd(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, double near, double far,
     MatrixConventionsFlags flags, out Matrix44d matrix);
コード例 #6
0
ファイル: Display.cs プロジェクト: ReliaSolve/Managed-OSVR
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionMatrixd(SafeDisplayConfigHandle display,
                                                                          ViewerCount viewer, EyeCount eye, SurfaceCount surface, double near, double far,
                                                                          MatrixConventionsFlags flags, out Matrix44d matrix);
コード例 #7
0
ファイル: Display.cs プロジェクト: ReliaSolve/Managed-OSVR
 public extern static Byte osvrClientGetViewerEyeViewMatrixd(SafeDisplayConfigHandle display,
                                                             ViewerCount viewer, EyeCount eye, MatrixConventionsFlags flags, out Matrix44d mat);
コード例 #8
0
        public static void ToMatrixd(Pose3 pose, MatrixConventionsFlags flags, out Matrix44d matrix)
#endif
        {
            MatrixConventionsNative.osvrPose3ToMatrixd(ref pose, flags, out matrix);
        }
コード例 #9
0
        /// <summary>
        /// Convert a Pose3 to a Matrix44d, using the given convention flags
        /// </summary>
#if !NET20
        public static void ToMatrixd(this Pose3 pose, MatrixConventionsFlags flags, out Matrix44d matrix)
コード例 #10
0
 public static extern Byte osvrPose3ToMatrixd(ref Pose3 pose, MatrixConventionsFlags flags, out Matrix44d mat);