MCPcopy 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

ComputeBoundingSphereMethod · 0.70
TriangleAreaMethod · 0.70
IntersectWithLineMethod · 0.70
IsInsideMethod · 0.70
IsConvexMethod · 0.70
ParameterizePolygonMethod · 0.70
PointInPolygonMethod · 0.70
ComputeMeasureMethod · 0.70
EvaluatePositionMethod · 0.70
operator()Method · 0.70
operator()Method · 0.70

Calls 1

sqrtFunction · 0.50

Tested by 1

runAllIntersectsDiagonalFunction · 0.40