JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.mojang.math.Axis
Packages that use
Axis
Package
Description
com.mojang.math
Uses of
Axis
in
com.mojang.math
Fields in
com.mojang.math
declared as
Axis
Modifier and Type
Field
Description
static final
Axis
Axis.
XN
static final
Axis
Axis.
XP
static final
Axis
Axis.
YN
static final
Axis
Axis.
YP
static final
Axis
Axis.
ZN
static final
Axis
Axis.
ZP
Methods in
com.mojang.math
that return
Axis
Modifier and Type
Method
Description
static
Axis
Axis.
of
(org.joml.Vector3f p_254398_)