MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getPointB

Method getPointB

source/MRMesh/MRLineObject.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72Vector3f LineObject::getPointB( ViewportId id /*= {}*/ ) const
73{
74 return getCenter( id ) + getDirection( id ) * ( getLength( id ) / 2 );
75}
76
77
78LineObject::LineObject()

Callers 2

addSubfeaturesFunction · 0.80
primitiveFromObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected