formZ SDK | 5.0 API Reference | System | Math
Description
Given a 3d vector and two 3d points, returns a third 3d point, which is on the plane (defined by the normal formed by the cross of the line (p1 to p2) and the vector).
Plugin Prototype
fzrt_error_td fz_math_3d_get_3rd_pt_on_plane(
vec, | |
p1, | |
p2, | |
p3 ) |
Parameters
vec [Input]
3d vector
p1 [Input]
3d point 1
p2 [Input]
3d point 2
p3 [Result]
3d point on the plane
Returns
Error codes
Availability
5.0.0.0
Example Files
Function Set
Defined in