25#ifndef _WRAPS_C_VERTEX_SOLVER_TFCCONVEXPOLYGONCONSTRAINT_H_
26#define _WRAPS_C_VERTEX_SOLVER_TFCCONVEXPOLYGONCONSTRAINT_H_
Handle to a models::vertex::ConvexPolygonConstraint instance.
Definition tfCConvexPolygonConstraint.h:38
Handle to a models::vertex::MeshObjActor instance.
Definition tfCMeshObj.h:53
HRESULT tfVertexSolverConvexPolygonConstraint_init(struct tfVertexSolverConvexPolygonConstraintHandle *handle, tfFloatP_t lam)
Initialize an instance.
HRESULT tfVertexSolverConvexPolygonConstraint_fromBase(struct tfVertexSolverMeshObjActorHandle *handle, struct tfVertexSolverConvexPolygonConstraintHandle *result)
Cast from a base actor instance.
HRESULT tfVertexSolverConvexPolygonConstraint_toBase(struct tfVertexSolverConvexPolygonConstraintHandle *handle, struct tfVertexSolverMeshObjActorHandle *result)
Cast to a base actor instance.
HRESULT tfVertexSolverConvexPolygonConstraint_destroy(struct tfVertexSolverConvexPolygonConstraintHandle *handle)
Destroy an instance.
HRESULT tfVertexSolverConvexPolygonConstraint_getLam(struct tfVertexSolverConvexPolygonConstraintHandle *handle, tfFloatP_t *result)
Get the constraint value.
HRESULT tfVertexSolverConvexPolygonConstraint_setLam(struct tfVertexSolverConvexPolygonConstraintHandle *handle, tfFloatP_t lam)
Set the constraint value.