Matrix Members
Microsoft Robotics Class Reference
The Matrix type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Matrix |
Initializes a new instance of the Matrix class
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones Matrix
|
|
CopyTo |
Copies the data member values of the current Matrix to the specified target object
|
|
Deserialize |
Deserializes Matrix
|
|
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Serialize |
Serializes the data member values of the current Matrix to the specified writer
|
|
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Properties
Name | Description | |
---|---|---|
M11 |
M11
|
|
M12 |
M12
|
|
M13 |
M13
|
|
M14 |
M14
|
|
M21 |
M21
|
|
M22 |
M22
|
|
M23 |
M23
|
|
M24 |
M24
|
|
M31 |
M31
|
|
M32 |
M32
|
|
M33 |
M33
|
|
M34 |
M34
|
|
M41 |
M41
|
|
M42 |
M42
|
|
M43 |
M43
|
|
M44 |
M44
|