Click or drag to resize

BoxF Operators and Type Conversions

The BoxF type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Addition of a given box and a vector.
Public operatorStatic memberEquality
Determines whether two given boxes are equal.
Public operatorStatic member(BoxF to Box)
Implicit conversion from BoxF type to Box type for the given value.
Public operatorStatic memberInequality
Determines whether two given boxes are unequal.
Public operatorStatic memberMultiply(BoxF, Matrix3F)
Multiplication of a given box and a matrix.
Public operatorStatic memberMultiply(BoxF, Matrix4F)
Multiplication of a given box and a matrix.
Top
See Also