Crate geom

Source
Expand description

Geometric types.

Modules§

euclid
A collection of strongly typed math tools for computer graphics with an inclination towards 2d graphics and layout.

Structs§

Aabb
Axis-aligned bounding box.
Basis
A 3x3 matrix.
Plane
Plane in hessian form.
Transform
3D Transformation (3x4 matrix) Using basis + origin representation.

Type Aliases§

Quat
Rect2
Transform2D
Vector2
Vector3