mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add comment
This commit is contained in:
parent
6c808f368a
commit
d9ed6e322e
1 changed files with 3 additions and 0 deletions
3
s3l.h
3
s3l.h
|
@ -31,6 +31,9 @@
|
||||||
|
|
||||||
CONVENTIONS:
|
CONVENTIONS:
|
||||||
|
|
||||||
|
This library should never draw pixels outside the specified screen
|
||||||
|
coordinates, so you don't have to check this!
|
||||||
|
|
||||||
Angles are in S3L_Units, a full angle (2 pi) is S3L_FRACTIONS_PER_UNITs.
|
Angles are in S3L_Units, a full angle (2 pi) is S3L_FRACTIONS_PER_UNITs.
|
||||||
|
|
||||||
We use row vectors.
|
We use row vectors.
|
||||||
|
|
Loading…
Reference in a new issue