- Only use `float2` from blender's namespace otherwise reference blender namespace explicitly. - Improve code comment formatting. - Replace defines with std::numeric_limits. - Replace `float[2]` with `float2 &`.
- Only use `float2` from blender's namespace otherwise reference blender namespace explicitly. - Improve code comment formatting. - Replace defines with std::numeric_limits. - Replace `float[2]` with `float2 &`.