Documentation updates.

This commit is contained in:
David Williams
2011-04-05 21:09:28 +00:00
parent 076ab9865e
commit 2120b30f32
2 changed files with 22 additions and 16 deletions

View File

@ -63,7 +63,7 @@ namespace PolyVox
/// Access to individual voxels is provided via the setVoxelAt() and getVoxelAt() member functions. Advanced users may also be interested in
/// the VolumeSampler class for faster read-only access to a large number of voxels.
///
/// Lastly the example prints out some properties of the Volume. Note that the dimentsions width(), height(), and depth() are inclusive, such
/// Lastly the example prints out some properties of the Volume. Note that the dimentsions getWidth(), getHeight(), and getDepth() are inclusive, such
/// that the width is 64 when the range of valid x coordinates goes from 0 to 63.
///
/// <b>Data Representaion</b>