[][src]Module bevy_math::prelude

Structs

Mat3

A 3x3 column major matrix.

Mat4

A 4x4 column major matrix.

Quat

A quaternion representing an orientation.

Rect

A rect, as defined by its "side" locations

Size

A two dimensional "size" as defined by a width and height

Vec2

A 2-dimensional vector.

Vec3

A 3-dimensional vector without SIMD support.

Vec4

A 4-dimensional vector.

Traits

FaceToward

Generates a translation / rotation matrix that faces a given target