Skip to content

VRageMath.Vector3L_RangeIterator

Morten Aune Lyrstad edited this page Apr 16, 2022 · 42 revisions

IndexNamespace Index

Vector3L_RangeIterator Struct

public struct Vector3L_RangeIterator

A class for simpler traversal of ranges of long vectors

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Vector3L Current

Do not modify, public only for optimization!

Constructors

Vector3L_RangeIterator(ref Vector3L start, ref Vector3L end)

Methods

void GetNext(out Vector3L next)

bool IsValid()

void MoveNext()

Clone this wiki locally