formZ SDK | 5.0 API Reference | System | Math
Description
Calculates the 3d bisect vector of an angle defined by three 3d points
(pt1, center, pt2).
center is the apex of the angle formed by the 3d vectors (center, pt1) and
(center, pt2).
Plugin Prototype
fzrt_error_td fz_math_3d_bisect_angle(
pt1, | |
center, | |
pt2, | |
bisect_vec ) |
Parameters
pt1 [Input]
3d point 1
center [Input]
apex of the angle
pt2 [Input]
3d point 2
bisect_vec [Result]
3d bisect vector
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in