#include <tf_port_c.h>
#include "tfCMeshObj.h"
#include "tfCSurface.h"
#include "tfCBody.h"
Go to the source code of this file.
|
| HRESULT | tfVertexSolverBindBodyType (struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverBodyTypeHandle *b) |
| | Bind an actor to a body type.
|
| |
| HRESULT | tfVertexSolverBindBody (struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverBodyHandleHandle *h) |
| | Bind an actor to a body.
|
| |
| HRESULT | tfVertexSolverBindSurfaceType (struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *s) |
| | Bind an actor to a surface type.
|
| |
| HRESULT | tfVertexSolverBindSurface (struct tfVertexSolverMeshObjActorHandle *a, struct tfVertexSolverSurfaceHandleHandle *h) |
| | Bind an actor to a surface.
|
| |
| HRESULT | tfVertexSolverBindTypesSS (struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *type1, struct tfVertexSolverSurfaceTypeHandle *type2) |
| | Bind an actor to a pair of object types.
|
| |
| HRESULT | tfVertexSolverBindTypesSB (struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverSurfaceTypeHandle *type1, struct tfVertexSolverBodyTypeHandle *type2) |
| | Bind an actor to a pair of object types.
|
| |
| HRESULT | tfVertexSolverBindTypesBB (struct tfVertexSolverMeshObjTypePairActorHandle *a, struct tfVertexSolverBodyTypeHandle *type1, struct tfVertexSolverBodyTypeHandle *type2) |
| | Bind an actor to a pair of object types.
|
| |
◆ tfVertexSolverBindBody()
Bind an actor to a body.
- Parameters
-
◆ tfVertexSolverBindBodyType()
Bind an actor to a body type.
- Parameters
-
◆ tfVertexSolverBindSurface()
Bind an actor to a surface.
- Parameters
-
◆ tfVertexSolverBindSurfaceType()
Bind an actor to a surface type.
- Parameters
-
◆ tfVertexSolverBindTypesBB()
Bind an actor to a pair of object types.
- Parameters
-
| a | actor |
| type1 | first type |
| type2 | second type |
◆ tfVertexSolverBindTypesSB()
Bind an actor to a pair of object types.
- Parameters
-
| a | actor |
| type1 | first type |
| type2 | second type |
◆ tfVertexSolverBindTypesSS()
Bind an actor to a pair of object types.
- Parameters
-
| a | actor |
| type1 | first type |
| type2 | second type |