[][src]Module pathfinder_geometry::transform2d

2D affine transforms.

Structs

Matrix2x2F

A 2x2 matrix, optimized with SIMD, in column-major order.

Transform2F

An affine transform, optimized with SIMD.