formZ SDK | 5.0 API Reference | System | Math

fz_math_3d_map_plane_from_trl_rot

Description

Defines a map plane, given an origin (trl) and three rotation angles (rot) applied in z y x order

Plugin Prototype

fzrt_error_td fz_math_3d_map_plane_from_trl_rot(

fz_xyz_td *

trl,

fz_xyz_td *

rot,

fz_map_plane_td *

mplane )

Parameters

trl [Input]

the map plane origin

rot [Input]

the map plane rotation angles, applied in z y x order

mplane [Result]

the map plane

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_3d.fsl

See Also

fz_math_3d_map_plane_from_pts, fz_math_3d_map_plane_from_equc, fz_math_3d_map_plane_to_world, fz_math_3d_map_plane_to_world_array, ,, fz_math_3d_map_plane_get_matrix

Function Set

fz_math_fset


Defined in

fz_math_api.h