MakeNormed3D (FUN)ΒΆ
FUNCTION MakeNormed3D : BOOL
This function will scale an input vector \(v \in \mathbb{R^{3}}\) to norm 1, as far as \(v\) is not the null vector.
- InOut:
- Scope - Name - Type - Comment - Return - MakeNormed3D- BOOL- TRUE: If \(v\) is not the null vector- Input - pv- POINTER TO VECTOR3D - Pointer to input vector \(v \in \mathbb{R^{3}}\) 
