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

Method getPointA

source/MRMesh/MRLineObject.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67Vector3f LineObject::getPointA( ViewportId id /*= {}*/ ) const
68{
69 return getCenter( id ) - getDirection( id ) * ( getLength( id ) / 2 );
70}
71
72Vector3f LineObject::getPointB( ViewportId id /*= {}*/ ) const
73{

Callers 2

addSubfeaturesFunction · 0.80
primitiveFromObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected