The Matrix3DStack type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Matrix3DStack | Initializes a new instance of the Matrix3DStack class |
Methods
Name | Description | |
---|---|---|
Append |
Append a Matrix3D to the stack
| |
Clear |
Clear the stack of Matrix3D | |
Contains |
Check is a Matrix3D is in the stack
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Peek |
Get the Matrix3D from the top of the stack
| |
Pop |
Pop a Matrix3D from the top of the stack
| |
Prepend |
Prepend a Matrix3D to the stack
| |
Push |
Push a Matrix3D on the stack
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
ToList<(Of <<'(T>)>>) |
Converts IEnumerable to List{T}
(Defined by ExtensionMethods.) |
Properties
Name | Description | |
---|---|---|
Count |
The number of Matrix3D in the stack
|