Show / Hide Table of Contents

Class BoxCornerEnumerator

Inheritance
System.Object
BoxCornerEnumerator
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class BoxCornerEnumerator : ValueType, IEnumerator<Vector3>, IEnumerator, IDisposable, IEnumerable<Vector3>, IEnumerable

Constructors

BoxCornerEnumerator(Vector3, Vector3)

Declaration
public BoxCornerEnumerator(Vector3 min, Vector3 max)
Parameters
Type Name Description
Vector3 min
Vector3 max

Properties

Current

Declaration
public Vector3 Current { get; }
Property Value
Type Description
Vector3

Methods

Add(Object)

Declaration
public void Add(object tmp)
Parameters
Type Name Description
System.Object tmp

GetEnumerator()

Declaration
public BoxCornerEnumerator GetEnumerator()
Returns
Type Description
BoxCornerEnumerator

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾