|
Space Engineers
|
A data structure for a set of Vector3I coordinates optimized for sets with high spatial coherence (hence the name) More...
Classes | |
| struct | Enumerator |
Public Member Functions | |
| MyVector3ISet () | |
| bool | Contains (ref Vector3I position) |
| bool | Contains (Vector3I position) |
| void | Add (ref Vector3I position) |
| void | Add (Vector3I position) |
| void | Remove (ref Vector3I position) |
| void | Remove (Vector3I position) |
| void | Union (MyVector3ISet otherSet) |
| Makes a union of this set and the other set and saves it in this set More... | |
| void | Clear () |
| Enumerator | GetEnumerator () |
Properties | |
| bool | Empty [get] |
A data structure for a set of Vector3I coordinates optimized for sets with high spatial coherence (hence the name)
Definition at line 10 of file MyVector3ISet.cs.
|
inline |
Definition at line 111 of file MyVector3ISet.cs.
|
inline |
Definition at line 133 of file MyVector3ISet.cs.
|
inline |
Definition at line 144 of file MyVector3ISet.cs.
|
inline |
Definition at line 184 of file MyVector3ISet.cs.
|
inline |
Definition at line 117 of file MyVector3ISet.cs.
|
inline |
Definition at line 128 of file MyVector3ISet.cs.
|
inline |
Definition at line 191 of file MyVector3ISet.cs.
|
inline |
Definition at line 149 of file MyVector3ISet.cs.
|
inline |
Definition at line 163 of file MyVector3ISet.cs.
|
inline |
Makes a union of this set and the other set and saves it in this set
Definition at line 171 of file MyVector3ISet.cs.
|
get |
Definition at line 104 of file MyVector3ISet.cs.
1.8.8