ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
XnaGeometry.Matrix Member List

This is the complete list of members for XnaGeometry.Matrix, including all inherited members.

Add(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
Add(ref Matrix matrix1, ref Matrix matrix2, out Matrix result)XnaGeometry.Matrixstatic
BackwardXnaGeometry.Matrix
CreateBillboard(Vector3 objectPosition, Vector3 cameraPosition, Vector3 cameraUpVector, Nullable< Vector3 > cameraForwardVector)XnaGeometry.Matrixstatic
CreateBillboard(ref Vector3 objectPosition, ref Vector3 cameraPosition, ref Vector3 cameraUpVector, Vector3?cameraForwardVector, out Matrix result)XnaGeometry.Matrixstatic
CreateConstrainedBillboard(Vector3 objectPosition, Vector3 cameraPosition, Vector3 rotateAxis, Nullable< Vector3 > cameraForwardVector, Nullable< Vector3 > objectForwardVector)XnaGeometry.Matrixstatic
CreateConstrainedBillboard(ref Vector3 objectPosition, ref Vector3 cameraPosition, ref Vector3 rotateAxis, Vector3?cameraForwardVector, Vector3?objectForwardVector, out Matrix result)XnaGeometry.Matrixstatic
CreateFromAxisAngle(Vector3 axis, double angle)XnaGeometry.Matrixstatic
CreateFromAxisAngle(ref Vector3 axis, double angle, out Matrix result)XnaGeometry.Matrixstatic
CreateFromQuaternion(Quaternion quaternion)XnaGeometry.Matrixstatic
CreateFromQuaternion(ref Quaternion quaternion, out Matrix result)XnaGeometry.Matrixstatic
CreateFromYawPitchRoll(double yaw, double pitch, double roll)XnaGeometry.Matrixstatic
CreateFromYawPitchRoll(double yaw, double pitch, double roll, out Matrix result)XnaGeometry.Matrixstatic
CreateLookAt(Vector3 cameraPosition, Vector3 cameraTarget, Vector3 cameraUpVector)XnaGeometry.Matrixstatic
CreateLookAt(ref Vector3 cameraPosition, ref Vector3 cameraTarget, ref Vector3 cameraUpVector, out Matrix result)XnaGeometry.Matrixstatic
CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane)XnaGeometry.Matrixstatic
CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane, out Matrix result)XnaGeometry.Matrixstatic
CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane)XnaGeometry.Matrixstatic
CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane, out Matrix result)XnaGeometry.Matrixstatic
CreatePerspective(double width, double height, double nearPlaneDistance, double farPlaneDistance)XnaGeometry.Matrixstatic
CreatePerspective(double width, double height, double nearPlaneDistance, double farPlaneDistance, out Matrix result)XnaGeometry.Matrixstatic
CreatePerspectiveFieldOfView(double fieldOfView, double aspectRatio, double nearPlaneDistance, double farPlaneDistance)XnaGeometry.Matrixstatic
CreatePerspectiveFieldOfView(double fieldOfView, double aspectRatio, double nearPlaneDistance, double farPlaneDistance, out Matrix result)XnaGeometry.Matrixstatic
CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance)XnaGeometry.Matrixstatic
CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance, out Matrix result)XnaGeometry.Matrixstatic
CreateRotationX(double radians)XnaGeometry.Matrixstatic
CreateRotationX(double radians, out Matrix result)XnaGeometry.Matrixstatic
CreateRotationY(double radians)XnaGeometry.Matrixstatic
CreateRotationY(double radians, out Matrix result)XnaGeometry.Matrixstatic
CreateRotationZ(double radians)XnaGeometry.Matrixstatic
CreateRotationZ(double radians, out Matrix result)XnaGeometry.Matrixstatic
CreateScale(double scale)XnaGeometry.Matrixstatic
CreateScale(double scale, out Matrix result)XnaGeometry.Matrixstatic
CreateScale(double xScale, double yScale, double zScale)XnaGeometry.Matrixstatic
CreateScale(double xScale, double yScale, double zScale, out Matrix result)XnaGeometry.Matrixstatic
CreateScale(Vector3 scales)XnaGeometry.Matrixstatic
CreateScale(ref Vector3 scales, out Matrix result)XnaGeometry.Matrixstatic
CreateTranslation(double xPosition, double yPosition, double zPosition)XnaGeometry.Matrixstatic
CreateTranslation(ref Vector3 position, out Matrix result)XnaGeometry.Matrixstatic
CreateTranslation(Vector3 position)XnaGeometry.Matrixstatic
CreateTranslation(double xPosition, double yPosition, double zPosition, out Matrix result)XnaGeometry.Matrixstatic
CreateWorld(Vector3 position, Vector3 forward, Vector3 up)XnaGeometry.Matrixstatic
CreateWorld(ref Vector3 position, ref Vector3 forward, ref Vector3 up, out Matrix result)XnaGeometry.Matrixstatic
Decompose(out Vector3 scale, out Quaternion rotation, out Vector3 translation)XnaGeometry.Matrix
Determinant()XnaGeometry.Matrix
Divide(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
Divide(ref Matrix matrix1, ref Matrix matrix2, out Matrix result)XnaGeometry.Matrixstatic
Divide(Matrix matrix1, double divider)XnaGeometry.Matrixstatic
Divide(ref Matrix matrix1, double divider, out Matrix result)XnaGeometry.Matrixstatic
DownXnaGeometry.Matrix
Equals(Matrix other)XnaGeometry.Matrix
Equals(object obj)XnaGeometry.Matrix
ForwardXnaGeometry.Matrix
GetHashCode()XnaGeometry.Matrix
IdentityXnaGeometry.Matrixstatic
Invert(Matrix matrix)XnaGeometry.Matrixstatic
Invert(ref Matrix matrix, out Matrix result)XnaGeometry.Matrixstatic
LeftXnaGeometry.Matrix
Lerp(Matrix matrix1, Matrix matrix2, double amount)XnaGeometry.Matrixstatic
Lerp(ref Matrix matrix1, ref Matrix matrix2, double amount, out Matrix result)XnaGeometry.Matrixstatic
M11XnaGeometry.Matrix
M12XnaGeometry.Matrix
M13XnaGeometry.Matrix
M14XnaGeometry.Matrix
M21XnaGeometry.Matrix
M22XnaGeometry.Matrix
M23XnaGeometry.Matrix
M24XnaGeometry.Matrix
M31XnaGeometry.Matrix
M32XnaGeometry.Matrix
M33XnaGeometry.Matrix
M34XnaGeometry.Matrix
M41XnaGeometry.Matrix
M42XnaGeometry.Matrix
M43XnaGeometry.Matrix
M44XnaGeometry.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.Matrixstatic
Multiply(ref Matrix matrix1, ref Matrix matrix2, out Matrix result)XnaGeometry.Matrixstatic
Multiply(Matrix matrix1, double factor)XnaGeometry.Matrixstatic
Multiply(ref Matrix matrix1, double factor, out Matrix result)XnaGeometry.Matrixstatic
Negate(Matrix matrix)XnaGeometry.Matrixstatic
Negate(ref Matrix matrix, out Matrix result)XnaGeometry.Matrixstatic
operator!=(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
operator*(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
operator*(Matrix matrix, double scaleFactor)XnaGeometry.Matrixstatic
operator+(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
operator-(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
operator-(Matrix matrix)XnaGeometry.Matrixstatic
operator/(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
operator/(Matrix matrix, double divider)XnaGeometry.Matrixstatic
operator==(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
RightXnaGeometry.Matrix
Subtract(Matrix matrix1, Matrix matrix2)XnaGeometry.Matrixstatic
Subtract(ref Matrix matrix1, ref Matrix matrix2, out Matrix result)XnaGeometry.Matrixstatic
ToFloatArray(Matrix mat)XnaGeometry.Matrixstatic
ToString()XnaGeometry.Matrix
TranslationXnaGeometry.Matrix
Transpose(Matrix matrix)XnaGeometry.Matrixstatic
Transpose(ref Matrix matrix, out Matrix result)XnaGeometry.Matrixstatic
UpXnaGeometry.Matrix