Module dumbmath::vector [] [src]

Structs

Vec3f

Vector with three f32 components

Constants

ZERO_3F

Vec3f(0.0, 0.0, 0.0)

Traits

CastF32

Functions

cross

Cross product of two Vec3f inputs

dot3

Inner product of two Vec3f inputs

vec3f

Create a Vec3f from x, y, and z inputs