Crate euclid [] [src]

Reexports

pub use matrix::Matrix4;
pub use matrix2d::{Matrix2D, TypedMatrix2D};
pub use matrix4d::{Matrix4D, TypedMatrix4D};
pub use point::{Point2D, TypedPoint2D, Point3D, TypedPoint3D, Point4D, TypedPoint4D};
pub use rect::{Rect, TypedRect};
pub use side_offsets::{SideOffsets2D, TypedSideOffsets2D};
pub use size::{Size2D, TypedSize2D};

Modules

approxeq
length

A one-dimensional length, tagged with its units.

matrix
matrix2d
matrix4d
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