public static void ToMatrixd(Pose3 pose, MatrixConventionsFlags flags, out Matrix44d matrix) #endif { MatrixConventionsNative.osvrPose3ToMatrixd(ref pose, flags, out matrix); }
public static extern Byte osvrPose3ToMatrixd(ref Pose3 pose, MatrixConventionsFlags flags, out Matrix44d mat);
/// <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)
public extern static Byte osvrClientGetViewerEyeViewMatrixd(SafeDisplayConfigHandle display, ViewerCount viewer, EyeCount eye, MatrixConventionsFlags flags, out Matrix44d mat);
public extern static Byte osvrClientGetViewerEyeSurfaceProjectionMatrixd(SafeDisplayConfigHandle display, ViewerCount viewer, EyeCount eye, SurfaceCount surface, double near, double far, MatrixConventionsFlags flags, out Matrix44d matrix);