Uses of Class
dev.zwazel.internal.game.transform.Quaternion
Packages that use Quaternion
-
Uses of Quaternion in dev.zwazel.internal.game.transform
Methods in dev.zwazel.internal.game.transform that return QuaternionModifier and TypeMethodDescriptionQuaternion.conjugate()
static Quaternion
Quaternion.fromAxisAngle
(double x, double y, double z, double angle) Quaternion.multiply
(Quaternion other) Methods in dev.zwazel.internal.game.transform with parameters of type QuaternionConstructors in dev.zwazel.internal.game.transform with parameters of type QuaternionModifierConstructorDescriptionTransform
(Vec3 translation, Quaternion rotation) Constructs a new Transform from the given translation and rotation.