Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector3L_RangeIterator

Malware edited this page Dec 13, 2025 · 43 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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