![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/pxShapeScaling.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Functions | |
void | Divide::Scale (PxShape &shape, const PxVec3 &scaling) |
void | Divide::Scale (PxGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxBoxGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxSphereGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxPlaneGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxCapsuleGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxConvexMeshGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |
void | Divide::Scale (PxTriangleMeshGeometry &geometry, PxTransform &pose, const PxVec3 &scaling) |