rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.13k stars 155 forks source link

Transform documentation cut off #464

Open callym opened 6 years ago

callym commented 6 years ago

In the documentation, the sentence A trait representing an affine transformation that can be applied to points or vectors. An affine transformation is one which is cut off. I'm not sure how it's meant to end and don't know enough about what an affine transformation is to fix it, but thought I'd point it out 😄

Kemystra commented 1 year ago

Hello, new guy here considering to use this library.

Even in the latest documentation version 0.18.0 no one has fixed this. It seems like other documented traits don't have that much explanation other than a Wikipedia link. I will try to make a pull request that simply removes that broken sentence.