Space Engineers
Public Member Functions | Properties | List of all members
VRageMath.Spatial.MyVector3Grid< T >.SphereQuery Struct Reference

Public Member Functions

 SphereQuery (MyVector3Grid< T > parent, ref Vector3 point, float dist)
 
bool RemoveCurrent ()
 Removes the current entry and returns true whether there is another entry. May invalidate indices and queries in the same bin. To remove values from more queries while ensuring their validity use MyVector3Grid.RemoveTwo(...). More...
 
bool MoveNext ()
 

Properties

Current [get]
 
Vector3I CurrentBin [get]
 
int PreviousIndex [get]
 
int StorageIndex [get]
 

Detailed Description

Definition at line 24 of file MyVector3Grid.cs.

Constructor & Destructor Documentation

VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.SphereQuery ( MyVector3Grid< T >  parent,
ref Vector3  point,
float  dist 
)
inline

Definition at line 35 of file MyVector3Grid.cs.

Member Function Documentation

bool VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.MoveNext ( )
inline

Definition at line 101 of file MyVector3Grid.cs.

bool VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.RemoveCurrent ( )
inline

Removes the current entry and returns true whether there is another entry. May invalidate indices and queries in the same bin. To remove values from more queries while ensuring their validity use MyVector3Grid.RemoveTwo(...).

Definition at line 76 of file MyVector3Grid.cs.

Property Documentation

T VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.Current
get

Definition at line 52 of file MyVector3Grid.cs.

Vector3I VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.CurrentBin
get

Definition at line 57 of file MyVector3Grid.cs.

int VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.PreviousIndex
get

Definition at line 62 of file MyVector3Grid.cs.

int VRageMath.Spatial.MyVector3Grid< T >.SphereQuery.StorageIndex
get

Definition at line 67 of file MyVector3Grid.cs.


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