Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
VRageMath.BoxCornerEnumerator Struct Reference
Inheritance diagram for VRageMath.BoxCornerEnumerator:

Classes

struct  TwoVectors
 

Public Member Functions

 BoxCornerEnumerator (Vector3 min, Vector3 max)
 
bool MoveNext ()
 
void IDisposable. Dispose ()
 
void System.Collections.IEnumerator. Reset ()
 
BoxCornerEnumerator GetEnumerator ()
 
IEnumerator< Vector3 > IEnumerable< Vector3 >. GetEnumerator ()
 
System.Collections.IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Static Public Member Functions

static BoxCornerEnumerator ()
 

Public Attributes

TwoVectors m_minMax
 
int m_index
 

Static Public Attributes

static Vector3Bm_indices
 

Properties

Vector3 Current [get]
 
object System.Collections.IEnumerator. Current [get]
 

Detailed Description

Definition at line 9 of file BoxCornerEnumerator.cs.

Constructor & Destructor Documentation

static VRageMath.BoxCornerEnumerator.BoxCornerEnumerator ( )
inlinestatic

Definition at line 19 of file BoxCornerEnumerator.cs.

VRageMath.BoxCornerEnumerator.BoxCornerEnumerator ( Vector3  min,
Vector3  max 
)
inline

Definition at line 35 of file BoxCornerEnumerator.cs.

Member Function Documentation

void IDisposable. VRageMath.BoxCornerEnumerator.Dispose ( )
inline

Definition at line 58 of file BoxCornerEnumerator.cs.

BoxCornerEnumerator VRageMath.BoxCornerEnumerator.GetEnumerator ( )
inline

Definition at line 62 of file BoxCornerEnumerator.cs.

IEnumerator<Vector3> IEnumerable<Vector3>. VRageMath.BoxCornerEnumerator.GetEnumerator ( )
inline

Definition at line 67 of file BoxCornerEnumerator.cs.

System.Collections.IEnumerator System.Collections.IEnumerable. VRageMath.BoxCornerEnumerator.GetEnumerator ( )
inline

Definition at line 72 of file BoxCornerEnumerator.cs.

bool VRageMath.BoxCornerEnumerator.MoveNext ( )
inline

Definition at line 53 of file BoxCornerEnumerator.cs.

void System.Collections.IEnumerator. VRageMath.BoxCornerEnumerator.Reset ( )
inline

Definition at line 60 of file BoxCornerEnumerator.cs.

Member Data Documentation

int VRageMath.BoxCornerEnumerator.m_index

Definition at line 33 of file BoxCornerEnumerator.cs.

Vector3B* VRageMath.BoxCornerEnumerator.m_indices
static

Definition at line 17 of file BoxCornerEnumerator.cs.

TwoVectors VRageMath.BoxCornerEnumerator.m_minMax

Definition at line 32 of file BoxCornerEnumerator.cs.

Property Documentation

Vector3 VRageMath.BoxCornerEnumerator.Current
get

Definition at line 43 of file BoxCornerEnumerator.cs.

object System.Collections.IEnumerator. VRageMath.BoxCornerEnumerator.Current
get

Definition at line 59 of file BoxCornerEnumerator.cs.


The documentation for this struct was generated from the following file: