Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetOrigin
Method
GetOrigin
Common/DataModel/vtkPlane.cxx:496–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
{
495
}
496
void GetOrigin(double origin[3]) { std::copy_n(this->Origin, 3, origin); }
497
498
// Initialize thread average
499
void Initialize() { this->Sum.Local().fill(0); }
Callers
8
DeepCopy
Method · 0.45
DistanceToPlane
Method · 0.45
ProjectPoint
Method · 0.45
ProjectVector
Method · 0.45
GeneralizedProjectPoint
Method · 0.45
IntersectWithLine
Method · 0.45
ComputeBestFittingPlane
Method · 0.45
IntersectWithFinitePlane
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected