MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / newPointCons

Function newPointCons

Engine/source/afx/afxConstraint.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
306
307inline afxPointConstraint* newPointCons(afxConstraintMgr* mgr, bool hist)
308{
309 return (hist) ? new afxPointHistConstraint(mgr) : new afxPointConstraint(mgr);
310}
311
312inline afxTransformConstraint* newTransformCons(afxConstraintMgr* mgr, bool hist)
313{

Callers 2

setReferencePointMethod · 0.85
create_constraintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected