norm(x)
Features
This function returnesthe L2 norm of x.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
x | float[3] | - | Point coordinate (x, y, z) |
Return
Value | Description |
---|---|
float | Size of the point coordinate vector |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |