Matrix3DH Structure

CVB.Net Documentation
Double precision 4x4 matrix struct.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct Matrix3DH : IEquatable<Matrix3DH>

The Matrix3DH type exposes the following members.

Constructors

  NameDescription
Public methodMatrix3DH(Matrix3D)
Constructor.
Public methodMatrix3DH(Double, Double, Double, Double)
Constructor.
Public methodMatrix3DH(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Constructor.
Top
Properties

  NameDescription
Public propertyA11
First top matrix element.
Public propertyA12
Second top matrix element.
Public propertyA13
Third top matrix element.
Public propertyA14
Fourth top matrix element.
Public propertyA21
First upper mid matrix element.
Public propertyA22
Second upper mid matrix element.
Public propertyA23
Third upper mid right matrix element.
Public propertyA24
Fourth upper mid matrix element.
Public propertyA31
First lower mid matrix element.
Public propertyA32
Second lower mid matrix element.
Public propertyA33
Third lower mid matrix element.
Public propertyA34
Fourth lower mid matrix element.
Public propertyA41
First bottom matrix element.
Public propertyA42
Second bottom matrix element.
Public propertyA43
Third bottom matrix element.
Public propertyA44
Fourth bottom matrix element.
Public propertyStatic memberIdentity
The identity element.
Public propertyItem
Index access.
Top
Methods

  NameDescription
Public methodEquals(Object)
Indicates whether this instance and the given obj are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Matrix3DH)
Indicates whether this instance and the given obj are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic memberAddition
Addition operator.
Public operatorStatic memberEquality
Equality comparison operator.
Public operatorStatic memberInequality
Unequality comparison operator.
Public operatorStatic memberMultiply
Multiplication operator.
Public operatorStatic memberSubtraction
Subtraction operator.
Top
See Also

Reference