AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
AABB
To Subscribe, use this Key
september-football-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description The AABB built-in Variant type represents an axis-aligned bounding box in a 3D space. It is defined by its position an…
Published
06/07/2024
Properties Vector3 end Vector3(0, 0, 0) Vector3 position Vector3(0, 0, 0) Vector…
Published
06/07/2024
Property Descriptions Vector3 end = Vector3(0, 0, 0) The ending point. This is usually the corner on the top-right an…
Published
06/07/2024
Constructor Descriptions AABB AABB () Constructs an AABB with its position and size set to Vector3.ZERO . AA…
Published
06/07/2024
Method Descriptions AABB abs () const Returns an AABB equivalent to this bounding box, with its width, height, and depth modif…
Published
06/07/2024
Operator Descriptions bool operator != (right: AABB ) Returns true if the position or size of both bounding b…
Status
Last Update
Fields