formZ SDK | 5.0 API Reference | System | Math

fz_math_3d_pt_in_proj_plane

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(

fz_xyz_td *

pt_in,

fz_plane_enum

proj_plane,

fz_xyz_td *

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

util_math_3d.fsl

Function Set

fz_math_fset


Defined in

fz_math_api.h