Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Norm
Function
Norm
Common/DataModel/vtkVector.h:67–67 ·
view source on GitHub ↗
* Get the norm of the vector, i.e. its length. */
Source
from the content-addressed store, hash-verified
65
* Get the norm of the vector, i.e. its length.
66
*/
67
double Norm() const { return sqrt(static_cast<double>(this->SquaredNorm())); }
68
69
///@{
70
/**
Callers
14
ComputeBoundingSphere
Method · 0.70
TriangleArea
Method · 0.70
IntersectWithLine
Method · 0.70
IsInside
Method · 0.70
IsConvex
Method · 0.70
InterpolateFunctionsUsingMVC
Method · 0.70
ParameterizePolygon
Method · 0.70
PointInPolygon
Method · 0.70
ComputeMeasure
Method · 0.70
EvaluatePosition
Method · 0.70
operator()
Method · 0.70
operator()
Method · 0.70
Calls
1
sqrt
Function · 0.50
Tested by
1
runAllIntersectsDiagonal
Function · 0.40