MCPcopy Create free account
hub / github.com/MITK/MITK / GetNormal

Method GetNormal

Modules/Core/src/DataManagement/mitkPlaneGeometry.cpp:565–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 }
564
565 Vector3D PlaneGeometry::GetNormal() const
566 {
567 Vector3D frontToBack;
568 frontToBack.SetVnlVector(this->GetIndexToWorldTransform()->GetMatrix().GetVnlMatrix().get_column(2).as_ref());
569
570 return frontToBack;
571 }
572
573 VnlVector PlaneGeometry::GetNormalVnl() const
574 {

Callers 15

IntersectionLineMethod · 0.95
IntersectionPointMethod · 0.95
ProjectPointOntoPlaneMethod · 0.95
GenerateDataMethod · 0.45
SerializeMethod · 0.45
GenerateDataMethod · 0.45

Calls 3

GetVnlMatrixMethod · 0.80
GetMatrixMethod · 0.80