[][src]Module amethyst_physics::conversors::quat_conversor

This module contains the necessary functions to convert an Amethyst f32 Quaternion to generic physics Quaternion.

Functions

from_physics

Used to convert a generic Quaternion to the f32 Quaternion.

to_physics

Used to convert an amethyst f32 Quaternion to a generic Quaternion.