Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

Provides Functionality of T as a Three Faced/Sided Shape (TPolytope).

Namespace:  SpiderMaster
Assembly:  SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public abstract class Polytope<T>
<SerializableAttribute> _
Public MustInherit Class Polytope(Of T)
[SerializableAttribute]
generic<typename T>
public ref class Polytope abstract

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SpiderMaster.Polytope`1"]

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Polytope<(Of <(<'T>)>)>()()()()
Polytope<(Of <(<'T>)>)>(T)
Initializes a new instance of the Polytope<(Of <(<'T>)>)> class.
Current
Gets or sets the current.
GetLeft()()()()
Gets the previous T.
GetRight()()()()
Gets the Right T.
Left
Gets or sets the previous.
MoveToLeft()()()()
Moves to previous.
MoveToRight()()()()
Moves to next T.
Right
Gets or sets the next.

Inheritance Hierarchy

See Also