[][src]Module amethyst_physics::conversors

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

Modules

quat_conversor

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

transf_conversor

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

vec_conversor

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