Crate euclid [] [src]

Reexports

pub use matrix::Matrix4;
pub use matrix2d::Matrix2D;
pub use point::{Point2D, Point3D, Point4D};
pub use rect::Rect;
pub use side_offsets::SideOffsets2D;
pub use side_offsets::SideOffsets2DSimdI32;
pub use size::Size2D;

Modules

approxeq
length

A one-dimensional length, tagged with its units.

matrix
matrix2d
num

A one-dimensional length, tagged with its units.

point
rect
scale_factor

A type-checked scaling factor between units.

side_offsets

A group of side offsets, which correspond to top/left/bottom/right for borders, padding, and margins in CSS.

size