|
|
|
|
|
by MauranKilom
1628 days ago
|
|
> A point in the sense you mean is a collection of real numbers equal to the number of dimensions of the space it’s in. Not necessarily. In 3D graphics, it is common to represent points with homogeneous coordinates, where points in N-dimensional space are represented by N+1 real numbers. Using 4x4 matrices [0] to describe affine transformations of 3D points is very convenient. (Agreed with your overall point though. Just goes to show how different some fundamental perceptions/definitions can be.) [0]: https://en.wikipedia.org/wiki/Affine_transformation |
|