# Objective Fixes #13535. ## Solution I implemented `Reflect` for close to all math types now, except for some types that it would cause issues (like some boxed types). ## Testing - Everything seems to still build, will await CI though. --- ## Changelog - Made close to all math types implement `Reflect`. |
||
|---|---|---|
| .. | ||
| bounding | ||
| primitives | ||
| rects | ||
| sampling | ||
| affine3.rs | ||
| aspect_ratio.rs | ||
| common_traits.rs | ||
| cubic_splines.rs | ||
| direction.rs | ||
| float_ord.rs | ||
| lib.rs | ||
| ray.rs | ||
| rotation2d.rs | ||