Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void PointObject::setLocalPoint( const Vector3f& point, ViewportId id /*= {}*/ )
42
{
43
setXf( AffineXf3f::translation( point ), id );
44
}
45
46
std::vector<FeatureObjectSharedProperty>& PointObject::getAllSharedProperties() const
47
{
Callers
1
primitiveToObject
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected