[][src]Module screen_13::math

Structs

Mat3

A 3x3 column major matrix.

Mat4

A 4x4 column major matrix.

Quat

A quaternion representing an orientation.

Vec2

A 2-dimensional vector.

Vec3

A 3-dimensional vector without SIMD support.

Vec4

A 4-dimensional vector.

Functions

mat4
quat
vec2
vec3
vec4
vec4_from_vec3

Type Definitions

Coord
CoordF
Extent
Rect
RectF