The methods of OpenTK.Matrix4d are listed below. For a list of all members, see the Matrix4d Members list.
See Also: Inherited members from System.ValueType
| static  | CreateFromAxisAngle(double, Vector3d, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreateOrthographic(double, double, double, double, out Matrix4d) Creates an orthographic projection matrix. | |
| static  | CreateOrthographicOffCenter(double, double, double, double, double, double, out Matrix4d) Creates an orthographic projection matrix. | |
| static  | CreatePerspectiveFieldOfView(double, double, double, double, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreatePerspectiveOffCenter(double, double, double, double, double, double, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreateRotationX(double, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreateRotationY(double, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreateRotationZ(double, out Matrix4d) Documentation for this section has not yet been entered. | |
| static  | CreateTranslation(ref Vector3d, out Matrix4d) Creates a translation matrix. | |
| static  | CreateTranslation(double, double, double, out Matrix4d) Creates a translation matrix. | |
| Equals(Matrix4d) Indicates whether the current matrix is equal to another matrix. | ||
| override  | Equals(object) Indicates whether this instance and a specified object are equal. | |
| override  | GetHashCode() Returns the hashcode for this instance. | |
| Invert() Documentation for this section has not yet been entered. | ||
| Invert(ref Matrix4d) Documentation for this section has not yet been entered. | ||
| static  | Mult(ref Matrix4d, ref Matrix4d, out Matrix4d) Multiplies two instances. | |
| override  | ToString() Returns a System.String that represents the current Matrix44. | |
| Transpose() Documentation for this section has not yet been entered. | ||
| static  | Transpose(ref Matrix4d, out Matrix4d) Calculate the transpose of the given matrix | |