We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6176 commit 1034232Copy full SHA for 1034232
doc/examplecode.txt
@@ -1345,7 +1345,7 @@ int main()
1345
// Extract the voxel-space position of the point.
1346
openvdb::Vec3f voxelPosition = positionHandle.get(*indexIter);
1347
1348
- // Extract the world-space position of the voxel.
+ // Extract the index-space position of the voxel.
1349
const openvdb::Vec3d xyz = indexIter.getCoord().asVec3d();
1350
1351
// Compute the world-space position of the point.
0 commit comments