|
FireSync API
|
| kStatus kPlot_SetWorld3d | ( | kPlot | plot, |
| k32f | x, | ||
| k32f | y, | ||
| k32f | z, | ||
| k32f | width, | ||
| k32f | height, | ||
| k32f | depth | ||
| ) |
Defines the world coordinate system for the plot in 3D.
World coordinates determine axis scaling and affect the rendering of graphic objects.
| plot | Plot object. |
| x | World coorindate x-origin. |
| y | World coorindate y-origin. |
| z | World coorindate z-origin. |
| width | World coorindate width. |
| height | World coorindate height. |
| depth | World coorindate depth. |