formZ SDK | 5.0 API Reference | System | Math
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
Function Set
Defined in