plane3_normalize
plane3_normalize(destination, destination_offset, x, y, z, w)
Normalizes plane representation. Note plane normal must have a non-zero length.
Kind: global function
| Param | Type | Description |
|---|---|---|
| destination | Array.<number> | |
| destination_offset | number | |
| x | number | plane normal X |
| y | number | plane normal Y |
| z | number | plane normal Z |
| w | number | planar offset constant |