FREE TRIAL

|

☀
☾
struct

MinMax3

A min/max range, per 3D component, X, Y, and Z.

Fields

X

The MinMax used to clamp the X component.

XY

The MinMax2 used to clamp the X and Y components.

Y

The MinMax used to clamp the Y component.

Z

The MinMax used to clamp the Z component.

Static Fields

Positive

A MinMax3 where Min == 0 and Max == float.PositiveInfinity.

Unclamped

A MinMax3 where Min == float.NegativeInfinity and Max == float.PositiveInfinity.

Properties

Item[int]

Access each component by axis index.

Max

The maximum allowed measurement in units, component-wise.

Min

The minimum allowed measurement in units, component-wise.

Methods

Clamp

Clamps value to the range defined by Min and Max.

Constructors

MinMax3(MinMax, MinMax, MinMax)

Construct a new MinMax3.

See Also

Length3
Length3.Calculated
☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC