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

VRageMath.BoxCornerEnumerator

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

IndexNamespace Index

BoxCornerEnumerator Struct

public struct BoxCornerEnumerator: IEnumerator<Vector3>, IDisposable, IEnumerator, IEnumerable<Vector3>, IEnumerable

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Properties

Vector3 Current { get; }

Constructors

BoxCornerEnumerator(Vector3 min, Vector3 max)

Methods

void Add(object tmp)

BoxCornerEnumerator GetEnumerator()

bool MoveNext()

Clone this wiki locally