Fusion360-Addons/usr/Include/Core/VSLGlobalFunctions.h
2021-10-31 19:39:29 +01:00

25 lines
430 B
C

#ifndef __VSL_GLOBAL_FUNCTIONS_H__
#define __VSL_GLOBAL_FUNCTIONS_H__
#include "vtPhysXBase.h"
/************************************************************************************************/
/** @name Joints
*/
//@{
/**
\brief Quick access for #PhysicManager::getJoint
\return pJoint*
@see
*/
pJoint*getJoint(CK3dEntity *referenceA,CK3dEntity *referenceB=NULL,JType type= JT_Any);
//@}
#endif