This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/usr/Include/Core/VSLGlobalFunctions.h
2022-10-15 19:16:08 +02: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