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

Method setLocalPoint

source/MRMesh/MRPointObject.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void PointObject::setLocalPoint( const Vector3f& point, ViewportId id /*= {}*/ )
42{
43 setXf( AffineXf3f::translation( point ), id );
44}
45
46std::vector<FeatureObjectSharedProperty>& PointObject::getAllSharedProperties() const
47{

Callers 1

primitiveToObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected