formZ SDK | 5.0 API Reference | System | Math
Description
Given a 3d point and a projection plane, returns a new 3d point, whose x, y and z coordinates are expressed in the local coordinate of the projection plane.
Plugin Prototype
fzrt_error_td fz_math_3d_pt_in_proj_plane(
pt_in, | |
proj_plane, | |
pt_out ) |
Parameters
pt_in [Input]
3d point
proj_plane [Input]
projection plane
pt_out [Result]
3d point expressed in local coordinate of the projection plane
Returns
Error codes
Availability
5.0.0.0
Example Files
Function Set
Defined in