formZ SDK | 5.0 API Reference | System | Math

fz_math_2d_reflect_pt_about_pt

Description

Reflects a 2d point (pt_in) about another 2d point (center).

Plugin Prototype

fzrt_error_td fz_math_2d_reflect_pt_about_pt(

fz_xy_td *

pt_in,

fz_xy_td *

center,

fz_xy_td *

pt_out )

Parameters

pt_in [Input]

2d point to be reflected

center [Input]

2d point to reflect about

pt_out [Result]

reflected 2d point

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_2d.fsl

See Also

Function Set

fz_math_fset


Defined in

fz_math_api.h