cf_m4_transform_point¶
Category: math
GitHub: cute_math3d.h
Transforms a point by a matrix, with the perspective divide applied.
| Parameters | Description |
|---|---|
m |
The matrix. |
p |
The point. Treated as w = 1, so translation applies. |
Category: math
GitHub: cute_math3d.h
Transforms a point by a matrix, with the perspective divide applied.
| Parameters | Description |
|---|---|
m |
The matrix. |
p |
The point. Treated as w = 1, so translation applies. |