Re: improvement of index-calculation




"Eric Grange" <egrangeNO@xxxxxxxxxxxxxxx> schrieb

>
> const xyz : TIntegerVector
>

To be sure. You mean an array[0..2] of Integer?

I think this is not possible because this is a
Getter mehtod for a property

property Cells[const x,y,z:integer]:boolean
read GetVoxelFromXYZ
write SetVoxelFromXYZ;



.