[][src]Module polyhorn_ios::linalg

A bunch of linear algebra that is shared between platform implementations and used to compute and interpolate 3D transforms.

Modules

inter

Types and algorithms that implement perceptually plausible interpolation between 3D transformations.

Structs

Point3D

A point in a 3D space.

Quaternion3D

A 3D rotation quaternion.

Transform3D

Rank 4 row-major transformation matrix for 3D objects.