1
0
Fork 0
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:
Miloslav Číž 2019-05-11 17:27:16 +02:00
parent 6c808f368a
commit d9ed6e322e

3
s3l.h
View file

@ -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.