plane3_intersect_plane
plane3_intersect_plane(result_point, result_direction, a_normal_x, a_normal_y, a_normal_z, a_constant, b_normal_x, b_normal_y, b_normal_z, b_constant) ⇒ boolean
Kind: global function
| Param | Type |
|---|---|
| result_point | Vector3 |
| result_direction | Vector3 |
| a_normal_x | number |
| a_normal_y | number |
| a_normal_z | number |
| a_constant | number |
| b_normal_x | number |
| b_normal_y | number |
| b_normal_z | number |
| b_constant | number |