Click or drag to resize

BoundsF Structure

Represents a single precision axis-aligned bounding box in three dimensional space.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisBoundsF

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct BoundsF

The BoundsF type exposes the following members.

Constructors
 NameDescription
Public methodBoundsF(BoundsF)Initializes a new instance of the BoundsF class
Public methodBoundsF(Vector3F)Initializes a new instance of the BoundsF class
Public methodBoundsF(Vector3F, Vector3F)Initializes a new instance of the BoundsF class
Public methodBoundsF(Single, Single, Single, Single, Single, Single)Initializes a new instance of the BoundsF class
Top
Properties
 NameDescription
Public propertyItem 
Top
Methods
Operators
Fields
 NameDescription
Public fieldStatic memberCleared 
Public fieldMaximum 
Public fieldMinimum 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also