formZ SDK | 5.0 API Reference | System | Math
Description
Checks whether two 3d line segments (defined by it's start and end points) are parallel.
Plugin Prototype
fzrt_boolean fz_math_3d_is_parl_lines(
line1_start, | |
line1_end, | |
line2_start, | |
line2_end ) |
Parameters
line1_start [Input]
start point of 3d line segment 1
line1_end [Input]
end point of 3d line segment 1
line2_start [Input]
start point of 3d line segment 2
line2_end [Input]
end point of 3d line segment 2
Returns
TRUE if parallel, FALSE if not or at least one of the lines is zero length
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in