AxisAlignedBox

Summary

Constructors

AxisAlignedBox()
AxisAlignedBox(min: Vec3, max: Vec3)
AxisAlignedBox(data: table)

Properties

Name Type
min Vec3
max Vec3

Methods

Method Returns
Clone() AxisAlignedBox

Operators

Operator Rhs Returns
== AxisAlignedBox bool

Static members

Name Type
AxisAlignedBox.typeInfo TypeInformation

Constructors

AxisAlignedBox

AxisAlignedBox()

AxisAlignedBox

AxisAlignedBox(min: Vec3, max: Vec3)

Parameters

Name Type Description
min Vec3
max Vec3

AxisAlignedBox

AxisAlignedBox(data: table)

Parameters

Name Type Description
data table

Properties

min

Vec3

max

Vec3

Methods

Clone

Clone(): AxisAlignedBox

Returns

Type Description
AxisAlignedBox

Operators

operator==

operator==(rhs: AxisAlignedBox): bool

Parameters

Name Type Description
rhs AxisAlignedBox

Returns

Type Description
bool

Static members

typeInfo

TypeInformation

Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)