From 513bc419b11e81e58f234cf31580af6dc1bfc16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Tue, 20 Nov 2018 15:34:27 +0100 Subject: [PATCH] Add comment --- s3l.h | 1 + 1 file changed, 1 insertion(+) diff --git a/s3l.h b/s3l.h index 8e9589e..93d5152 100644 --- a/s3l.h +++ b/s3l.h @@ -628,6 +628,7 @@ static inline void S3L_rotate2DPoint(S3L_Unit *x, S3L_Unit *y, S3L_Unit angle) (angleCos * (*y)) / S3L_FRACTIONS_PER_UNIT; } +// FIXME: rewrite this to just apply one matrix, EFFICIENCY!!! static inline void S3L_mapModelToWorld(S3L_Vec3 point, S3L_Transform3D *modelTransform, S3L_Vec3 *newPoint) {