Table of Contents

Constructor BoundingBox

Namespace
Box3D
Assembly
Box3D.NET.dll

BoundingBox(Vector3, Vector3)

Initializes a new instance of the Box3D.BoundingBox struct.

public BoundingBox(Vector3 min, Vector3 max)

Parameters

min Vector3

The corner with the smallest coordinates.

max Vector3

The corner with the largest coordinates.