ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
|
This is the complete list of members for XnaGeometry.Matrix, including all inherited members.
Add(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
Add(ref Matrix matrix1, ref Matrix matrix2, out Matrix result) | XnaGeometry.Matrix | static |
Backward | XnaGeometry.Matrix | |
CreateBillboard(Vector3 objectPosition, Vector3 cameraPosition, Vector3 cameraUpVector, Nullable< Vector3 > cameraForwardVector) | XnaGeometry.Matrix | static |
CreateBillboard(ref Vector3 objectPosition, ref Vector3 cameraPosition, ref Vector3 cameraUpVector, Vector3?cameraForwardVector, out Matrix result) | XnaGeometry.Matrix | static |
CreateConstrainedBillboard(Vector3 objectPosition, Vector3 cameraPosition, Vector3 rotateAxis, Nullable< Vector3 > cameraForwardVector, Nullable< Vector3 > objectForwardVector) | XnaGeometry.Matrix | static |
CreateConstrainedBillboard(ref Vector3 objectPosition, ref Vector3 cameraPosition, ref Vector3 rotateAxis, Vector3?cameraForwardVector, Vector3?objectForwardVector, out Matrix result) | XnaGeometry.Matrix | static |
CreateFromAxisAngle(Vector3 axis, double angle) | XnaGeometry.Matrix | static |
CreateFromAxisAngle(ref Vector3 axis, double angle, out Matrix result) | XnaGeometry.Matrix | static |
CreateFromQuaternion(Quaternion quaternion) | XnaGeometry.Matrix | static |
CreateFromQuaternion(ref Quaternion quaternion, out Matrix result) | XnaGeometry.Matrix | static |
CreateFromYawPitchRoll(double yaw, double pitch, double roll) | XnaGeometry.Matrix | static |
CreateFromYawPitchRoll(double yaw, double pitch, double roll, out Matrix result) | XnaGeometry.Matrix | static |
CreateLookAt(Vector3 cameraPosition, Vector3 cameraTarget, Vector3 cameraUpVector) | XnaGeometry.Matrix | static |
CreateLookAt(ref Vector3 cameraPosition, ref Vector3 cameraTarget, ref Vector3 cameraUpVector, out Matrix result) | XnaGeometry.Matrix | static |
CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane) | XnaGeometry.Matrix | static |
CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane, out Matrix result) | XnaGeometry.Matrix | static |
CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane) | XnaGeometry.Matrix | static |
CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane, out Matrix result) | XnaGeometry.Matrix | static |
CreatePerspective(double width, double height, double nearPlaneDistance, double farPlaneDistance) | XnaGeometry.Matrix | static |
CreatePerspective(double width, double height, double nearPlaneDistance, double farPlaneDistance, out Matrix result) | XnaGeometry.Matrix | static |
CreatePerspectiveFieldOfView(double fieldOfView, double aspectRatio, double nearPlaneDistance, double farPlaneDistance) | XnaGeometry.Matrix | static |
CreatePerspectiveFieldOfView(double fieldOfView, double aspectRatio, double nearPlaneDistance, double farPlaneDistance, out Matrix result) | XnaGeometry.Matrix | static |
CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance) | XnaGeometry.Matrix | static |
CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance, out Matrix result) | XnaGeometry.Matrix | static |
CreateRotationX(double radians) | XnaGeometry.Matrix | static |
CreateRotationX(double radians, out Matrix result) | XnaGeometry.Matrix | static |
CreateRotationY(double radians) | XnaGeometry.Matrix | static |
CreateRotationY(double radians, out Matrix result) | XnaGeometry.Matrix | static |
CreateRotationZ(double radians) | XnaGeometry.Matrix | static |
CreateRotationZ(double radians, out Matrix result) | XnaGeometry.Matrix | static |
CreateScale(double scale) | XnaGeometry.Matrix | static |
CreateScale(double scale, out Matrix result) | XnaGeometry.Matrix | static |
CreateScale(double xScale, double yScale, double zScale) | XnaGeometry.Matrix | static |
CreateScale(double xScale, double yScale, double zScale, out Matrix result) | XnaGeometry.Matrix | static |
CreateScale(Vector3 scales) | XnaGeometry.Matrix | static |
CreateScale(ref Vector3 scales, out Matrix result) | XnaGeometry.Matrix | static |
CreateTranslation(double xPosition, double yPosition, double zPosition) | XnaGeometry.Matrix | static |
CreateTranslation(ref Vector3 position, out Matrix result) | XnaGeometry.Matrix | static |
CreateTranslation(Vector3 position) | XnaGeometry.Matrix | static |
CreateTranslation(double xPosition, double yPosition, double zPosition, out Matrix result) | XnaGeometry.Matrix | static |
CreateWorld(Vector3 position, Vector3 forward, Vector3 up) | XnaGeometry.Matrix | static |
CreateWorld(ref Vector3 position, ref Vector3 forward, ref Vector3 up, out Matrix result) | XnaGeometry.Matrix | static |
Decompose(out Vector3 scale, out Quaternion rotation, out Vector3 translation) | XnaGeometry.Matrix | |
Determinant() | XnaGeometry.Matrix | |
Divide(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
Divide(ref Matrix matrix1, ref Matrix matrix2, out Matrix result) | XnaGeometry.Matrix | static |
Divide(Matrix matrix1, double divider) | XnaGeometry.Matrix | static |
Divide(ref Matrix matrix1, double divider, out Matrix result) | XnaGeometry.Matrix | static |
Down | XnaGeometry.Matrix | |
Equals(Matrix other) | XnaGeometry.Matrix | |
Equals(object obj) | XnaGeometry.Matrix | |
Forward | XnaGeometry.Matrix | |
GetHashCode() | XnaGeometry.Matrix | |
Identity | XnaGeometry.Matrix | static |
Invert(Matrix matrix) | XnaGeometry.Matrix | static |
Invert(ref Matrix matrix, out Matrix result) | XnaGeometry.Matrix | static |
Left | XnaGeometry.Matrix | |
Lerp(Matrix matrix1, Matrix matrix2, double amount) | XnaGeometry.Matrix | static |
Lerp(ref Matrix matrix1, ref Matrix matrix2, double amount, out Matrix result) | XnaGeometry.Matrix | static |
M11 | XnaGeometry.Matrix | |
M12 | XnaGeometry.Matrix | |
M13 | XnaGeometry.Matrix | |
M14 | XnaGeometry.Matrix | |
M21 | XnaGeometry.Matrix | |
M22 | XnaGeometry.Matrix | |
M23 | XnaGeometry.Matrix | |
M24 | XnaGeometry.Matrix | |
M31 | XnaGeometry.Matrix | |
M32 | XnaGeometry.Matrix | |
M33 | XnaGeometry.Matrix | |
M34 | XnaGeometry.Matrix | |
M41 | XnaGeometry.Matrix | |
M42 | XnaGeometry.Matrix | |
M43 | XnaGeometry.Matrix | |
M44 | XnaGeometry.Matrix | |
Matrix(double m11, double m12, double m13, double m14, double m21, double m22, double m23, double m24, double m31, double m32, double m33, double m34, double m41, double m42, double m43, double m44) | XnaGeometry.Matrix | |
Multiply(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
Multiply(ref Matrix matrix1, ref Matrix matrix2, out Matrix result) | XnaGeometry.Matrix | static |
Multiply(Matrix matrix1, double factor) | XnaGeometry.Matrix | static |
Multiply(ref Matrix matrix1, double factor, out Matrix result) | XnaGeometry.Matrix | static |
Negate(Matrix matrix) | XnaGeometry.Matrix | static |
Negate(ref Matrix matrix, out Matrix result) | XnaGeometry.Matrix | static |
operator!=(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
operator*(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
operator*(Matrix matrix, double scaleFactor) | XnaGeometry.Matrix | static |
operator+(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
operator-(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
operator-(Matrix matrix) | XnaGeometry.Matrix | static |
operator/(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
operator/(Matrix matrix, double divider) | XnaGeometry.Matrix | static |
operator==(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
Right | XnaGeometry.Matrix | |
Subtract(Matrix matrix1, Matrix matrix2) | XnaGeometry.Matrix | static |
Subtract(ref Matrix matrix1, ref Matrix matrix2, out Matrix result) | XnaGeometry.Matrix | static |
ToFloatArray(Matrix mat) | XnaGeometry.Matrix | static |
ToString() | XnaGeometry.Matrix | |
Translation | XnaGeometry.Matrix | |
Transpose(Matrix matrix) | XnaGeometry.Matrix | static |
Transpose(ref Matrix matrix, out Matrix result) | XnaGeometry.Matrix | static |
Up | XnaGeometry.Matrix |