formZ SDK | 5.0 API Reference | System | Math

fz_math_2d_pt_at_dist_ang

Description

Finds a 2d point (new_pt) at a distance (dist) and angle (angle) from a 2d base point (base_pt).

Plugin Prototype

void fz_math_2d_pt_at_dist_ang(

fz_xy_td *

base_pt,

double

dist,

double

angle,

fz_xy_td *

new_pt )

Parameters

base_pt [Input]

2d base point

dist [Input]

distance

angle [Input]

angle

new_pt [Result]

2d new point

Returns

None

Availability

5.0.0.0

Example Files

util_math_2d.fsl

Function Set

fz_math_fset


Defined in

fz_math_api.h