formZ SDK | 5.0 API Reference | System | Math
Description
Checks whether a 3d point is between two other 3d points. The largest projection of the line is used to establish "between".
Plugin Prototype
fzrt_boolean fz_math_3d_is_pt_between_pts(
p1, | |
p2, | |
pt ) |
Parameters
p1 [Input]
3d point 1 to check against
p2 [Input]
3d point 2 to check against
pt [Input]
3d point to be checked
Returns
TRUE if point is between, FALSE otherwise
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in