atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Vec3.xz
atelier
core
vec3
Vec3
Return a 2-dimensional vector with {x, z}
Vec2
!
T
xz
[@property getter]
Vec2
!
T
xz
[@property setter]
struct
Vec3
(T)
@
property
Vec2
!
T
xz
(
Vec2
!
T
v
)
Meta
Source
See Implementation
atelier
core
vec3
Vec3
constructors
this
functions
abs
ceil
clamp
distance
distanceSquared
floor
isBetween
length
lengthSquared
lerp
max
min
normalize
normalized
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
round
set
sum
manifest constants
bottom
down
half
left
one
right
top
up
zero
properties
xy
xz
yz
variables
x
y
z
Return a 2-dimensional vector with {x, z}