AW: 3-dimensional array to list?
1. Jun 2011, 13:18
Why is an array the "worst implementation"?
In most 3D engines, a vector matrix is described and implemented like this:
TVector3f = array[0..2] of single;
TMatrix3f = array[0..2] of TVector3f;
Geändert von blackfin ( 1. Jun 2011 um 13:26 Uhr)
|