selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Box
selery
math
vector
Undocumented in source.
abstract
class
Box (
T
) {
bool
intersects
(Box!T box);
bool
intersects
(Box!T box, bool deep);
Vector3
!
T
minimum
[@property getter];
Vector3
!
T
maximum
[@property getter];
Box
!
T
dup
[@property getter];
string
toString
();
}
Members
Functions
intersects
bool
intersects
(Box!T box)
Undocumented in source.
intersects
bool
intersects
(Box!T box, bool deep)
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Properties
dup
Box
!
T
dup
[@property getter]
Undocumented in source.
maximum
Vector3
!
T
maximum
[@property getter]
Undocumented in source.
minimum
Vector3
!
T
minimum
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
selery
math
vector
aliases
BlockAxis
BlockPosition
ChunkPosition
EntityAxis
EntityPosition
Vector2
Vector3
Vector4
classes
Box
ClassicBlockBox
ClassicBox
ClassicEntityBox
enums
Face
functions
abs
ceil
conv
cross
distance
distanceSquared
dot
floor
isFinite
isNaN
mathFunction
round
tuple
vector
properties
blockPosition
blockPositionShort
entityPosition
face
shortBlockPosition
structs
Vector
variables
isVector