Module turbine::math [] [src]

Helper methods for math.

Structs

AABB

An AABB rectangle.

Ray

A ray.

Traits

Matrix

Helper methods for matrices.

Vector

Helper methods for vectors.

Functions

is_looking_in_direction_of

Returns true when camera is looking in direction of a point.

Type Definitions

Mat4

Matrix type.

Vec3

Vector type: x, y, z.

Vec4

Vector type: x, y, z, w.