Show / Hide Table of Contents

Class Vector3L_RangeIterator

A class for simpler traversal of ranges of long vectors

Inheritance
System.Object
Vector3L_RangeIterator
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class Vector3L_RangeIterator : ValueType

Constructors

Vector3L_RangeIterator(ref Vector3L, ref Vector3L)

Note: both start and end are inclusive

Declaration
public Vector3L_RangeIterator(ref Vector3L start, ref Vector3L end)
Parameters
Type Name Description
Vector3L start
Vector3L end

Fields

Current

Do not modify, public only for optimization!

Declaration
public Vector3L Current
Field Value
Type Description
Vector3L

Methods

GetNext(out Vector3L)

Declaration
public void GetNext(out Vector3L next)
Parameters
Type Name Description
Vector3L next

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean

MoveNext()

Declaration
public void MoveNext()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾