15#ifndef MOMENTUM_CONTACTPOINT_H
16#define MOMENTUM_CONTACTPOINT_H
18#include "momentum_export.h"
19#include "momentum_namespace.h"
31 class GeometryContact;
56 ContactPoint(agxCollide::GeometryContact* contact,
size_t index);
117 std::string __str__()
const;
124 agxCollide::GeometryContact* m_contact;
A 3 dimensional vector which can be used to define a point or a vector and contains basic arithmetic.
Definition: Vec3.h:40
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29