|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexDataCoordinates
VertexDataCoordinates
is an option to Raster3D that determines how to map data to the displayed range.
DetailsDetails
- Raster3D[array, ..., VertexDataCoordinates->{{u1, v1, w1}, {u2, v2, w2}}] specifies the way the array data maps to the specified coordinates. By default, Raster3D[array, coordinates] is equivalent to Raster3D[array, coordinates, VertexDataCoordinates->{{0, 0, 0}, {1, 1, 1}}], where
means the first row, column, and tube element in the array and
means the last row, column, and tube element in the array.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




