pathfinder/geometry/src
Patrick Walton 257067e368 Flesh out the NanoVG example even more 2020-03-28 12:45:23 -07:00
..
angle.rs Start an `angle` module in `pathfinder_geometry` 2020-02-19 10:59:40 -08:00
lib.rs Start an `angle` module in `pathfinder_geometry` 2020-02-19 10:59:40 -08:00
line_segment.rs Implement basic radial gradients. 2020-02-10 22:15:50 -08:00
rect.rs Flesh out the NanoVG example even more 2020-03-28 12:45:23 -07:00
transform2d.rs Collapse linear gradients down to a single 256x1 sliver instead of a 256x256 2020-03-05 16:58:26 -08:00
transform3d.rs Add some more methods to 3D vectors, and a `gluLookAt()` workalike 2019-12-18 15:19:42 -08:00
unit_vector.rs Use 2-lane instead of 4-lane SIMD types for 2D vectors. 2019-06-26 16:38:37 -07:00
util.rs Fall back to Newton's method instead of dividing by zero when finding critical 2019-05-08 17:51:12 -07:00
vector.rs Flesh out the NanoVG demo some more 2020-03-27 20:53:57 -07:00