formZ SDK | 5.0 API Reference | System | Math
Description
Given three rotation angles (in z,y,x order), finds two 3d vectors
which represent the world xaxis and y axis rotated by the
three rotation angles.
This is the inverse function of fz_math_3d_vec_rotation_xyz.
Plugin Prototype
fzrt_error_td fz_math_3d_xyz_rotation_vec(
angles, | |
xaxis, | |
yaxis ) |
Parameters
angles [Input]
rotation angles
xaxis [Result]
x axis
yaxis [Result]
y axis
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in