Difference between revisions of "GET GROUND Z FOR 3D COORD"
Jump to navigation
Jump to search
(New page: {{Native |np=4 |p1t=float |p1d=X pos |p2t=float |p2d=Y pos |p3t=float |p3d=Z pos |p4t=handle |p4d=variable to store ground z coordinate }} This function will get the ground z coordinate of...) |
|||
Line 7: | Line 7: | ||
|p3t=float | |p3t=float | ||
|p3d=Z pos | |p3d=Z pos | ||
− | |p4t= | + | |p4t=float |
|p4d=variable to store ground z coordinate | |p4d=variable to store ground z coordinate | ||
}} | }} | ||
This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable. | This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable. |
Latest revision as of 09:20, 28 December 2008
Number of parameters: 4 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | X pos |
2. | float | Y pos |
3. | float | Z pos |
4. | float | variable to store ground z coordinate |
Return value: | ||
Type | Description | |
None |
This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable.