formZ SDK | 5.0 API Reference | System | Math

fz_math_3d_equal_equs

Description

Checks if two planes are coplanar or reversely coplanar.

Plugin Prototype

fzrt_int fz_math_3d_equal_equs(

fz_plane_equ_td *

e1,

fz_plane_equ_td *

e2 )

Parameters

e1 [Input]

plane 1

e2 [Input]

plane 2

Returns

1 if coplanar,
2 if reversely coplanar,
0 if not coplanar

Availability

5.0.0.0

Example Files

util_math_3d.fsl

Function Set

fz_math_fset


Defined in

fz_math_api.h