|
Vector4Normalize Method
|
Normalizes the vector by dividing it’s all coordinates with the vector's norm.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function Normalize As Single
Request Example
View SourceReturn Value
Type:
SingleReturns the value of vectors’ norm before normalization.
See Also