Share via


Matrix Members

Microsoft Robotics Class Reference

The Matrix type exposes the following members.

Constructors

  Name Description
Public method Matrix
Initializes a new instance of the Matrix class

Methods

  Name Description
Public method Clone
Clones Matrix
Public method CopyTo
Copies the data member values of the current Matrix to the specified target object
Public method Deserialize
Deserializes Matrix
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method 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.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Serialize
Serializes the data member values of the current Matrix to the specified writer
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  Name Description
Public property M11
M11
Public property M12
M12
Public property M13
M13
Public property M14
M14
Public property M21
M21
Public property M22
M22
Public property M23
M23
Public property M24
M24
Public property M31
M31
Public property M32
M32
Public property M33
M33
Public property M34
M34
Public property M41
M41
Public property M42
M42
Public property M43
M43
Public property M44
M44

See Also

Matrix Structure

Microsoft.Robotics.PhysicalModel.Proxy Namespace