Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nomad
Maths
AABB
C# Class Nomad.Maths.AABB
Show file
Open project: Azerothian/fc3editor
Class Usage Examples
Public Properties
Property
Type
Description
max
Vec3
min
Vec3
Public Methods
Method
Description
AABB
(
Vec3
min
,
Vec3
max
) :
System
ToString
( ) :
string
operator
( ) :
AABB
Method Details
AABB()
public
method
public
AABB
(
Vec3
min
,
Vec3
max
) :
System
min
Vec3
max
Vec3
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
operator()
public
static
method
public
static
operator
( ) :
AABB
return
AABB
Property Details
max
public property
public
Vec3,Nomad.Maths
max
return
Vec3
min
public property
public
Vec3,Nomad.Maths
min
return
Vec3