The Matrix3DStack type exposes the following members.

Constructors

  NameDescription
Public methodMatrix3DStack
Initializes a new instance of the Matrix3DStack class

Methods

  NameDescription
Public methodAppend
Append a Matrix3D to the stack
Public methodClear
Clear the stack of Matrix3D
Public methodContains
Check is a Matrix3D is in the stack
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPeek
Get the Matrix3D from the top of the stack
Public methodPop
Pop a Matrix3D from the top of the stack
Public methodPrepend
Prepend a Matrix3D to the stack
Public methodPush
Push a Matrix3D on the stack
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToList<(Of <<'(T>)>>)
Converts IEnumerable to List{T}
(Defined by ExtensionMethods.)

Properties

  NameDescription
Public propertyCount
The number of Matrix3D in the stack

See Also