Home
last modified time | relevance | path

Searched refs:VHACD (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/
H A D0001-bullet-namespace.patch11 +namespace VHACD {
22 +}; // namespace VHACD
35 +namespace VHACD {
46 +}; // namespace VHACD
59 +namespace VHACD {
83 +namespace VHACD {
107 +namespace VHACD {
127 +namespace VHACD {
152 +namespace VHACD {
176 +namespace VHACD {
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/
H A D0001-bullet-namespace.patch11 +namespace VHACD {
22 +}; // namespace VHACD
35 +namespace VHACD {
46 +}; // namespace VHACD
59 +namespace VHACD {
83 +namespace VHACD {
107 +namespace VHACD {
127 +namespace VHACD {
152 +namespace VHACD {
176 +namespace VHACD {
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DVHACD-ASYNC.cpp17 namespace VHACD namespace
20 class MyHACD_API : public VHACD::IVHACD, public VHACD::IVHACD::IUserCallback, VHACD::IVHACD::IUserL…
25 mVHACD = VHACD::CreateVHACD(); in MyHACD_API()
91 VHACD::IVHACD::ConvexHull vhull; in ComputeNow()
93 VHACD::IVHACD::ConvexHull h; in ComputeNow()
118 void releaseHull(VHACD::IVHACD::ConvexHull &h) in releaseHull()
126 virtual void GetConvexHull(const uint32_t index, VHACD::IVHACD::ConvexHull& ch) const final in GetConvexHull()
303 VHACD::IVHACD::ConvexHull *mHulls{ nullptr };
304 VHACD::IVHACD::IUserCallback *mCallback{ nullptr };
305 VHACD::IVHACD::IUserLogger *mLogger{ nullptr };
[all …]
H A DVHACD.cpp206 namespace VHACD { namespace
209 return new VHACD(); in CreateVHACD()
211 bool VHACD::OCLInit(void* const oclDevice, IUserLogger* const logger) in OCLInit()
335 bool VHACD::OCLRelease(IUserLogger* const logger) in OCLRelease()
395 void VHACD::ComputePrimitiveSet(const Parameters& params) in ComputePrimitiveSet()
443 bool VHACD::Compute(const double* const points, const uint32_t nPoints, in Compute()
448 bool VHACD::Compute(const float* const points,const uint32_t nPoints, in Compute()
973 void VHACD::ComputeACD(const Parameters& params) in ComputeACD()
1287 void VHACD::MergeConvexHulls(const Parameters& params) in MergeConvexHulls()
1512 void VHACD::SimplifyConvexHulls(const Parameters& params) in SimplifyConvexHulls()
[all …]
H A DvhacdRaycastMesh.cpp67 class MyRaycastMesh : public VHACD::RaycastMesh
186 namespace VHACD namespace
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DVHACD-ASYNC.cpp17 namespace VHACD namespace
20 class MyHACD_API : public VHACD::IVHACD, public VHACD::IVHACD::IUserCallback, VHACD::IVHACD::IUserL…
25 mVHACD = VHACD::CreateVHACD(); in MyHACD_API()
91 VHACD::IVHACD::ConvexHull vhull; in ComputeNow()
93 VHACD::IVHACD::ConvexHull h; in ComputeNow()
118 void releaseHull(VHACD::IVHACD::ConvexHull &h) in releaseHull()
126 virtual void GetConvexHull(const uint32_t index, VHACD::IVHACD::ConvexHull& ch) const final in GetConvexHull()
303 VHACD::IVHACD::ConvexHull *mHulls{ nullptr };
304 VHACD::IVHACD::IUserCallback *mCallback{ nullptr };
305 VHACD::IVHACD::IUserLogger *mLogger{ nullptr };
[all …]
H A DVHACD.cpp206 namespace VHACD { namespace
209 return new VHACD(); in CreateVHACD()
211 bool VHACD::OCLInit(void* const oclDevice, IUserLogger* const logger) in OCLInit()
335 bool VHACD::OCLRelease(IUserLogger* const logger) in OCLRelease()
395 void VHACD::ComputePrimitiveSet(const Parameters& params) in ComputePrimitiveSet()
443 bool VHACD::Compute(const double* const points, const uint32_t nPoints, in Compute()
448 bool VHACD::Compute(const float* const points,const uint32_t nPoints, in Compute()
973 void VHACD::ComputeACD(const Parameters& params) in ComputeACD()
1287 void VHACD::MergeConvexHulls(const Parameters& params) in MergeConvexHulls()
1512 void VHACD::SimplifyConvexHulls(const Parameters& params) in SimplifyConvexHulls()
[all …]
H A DvhacdRaycastMesh.cpp67 class MyRaycastMesh : public VHACD::RaycastMesh
186 namespace VHACD namespace
/dports/devel/godot/godot-3.2.3-stable/modules/vhacd/
H A Dregister_types.cpp51 VHACD::IVHACD *decomposer = VHACD::CreateVHACD(); in convex_decompose()
52 VHACD::IVHACD::Parameters params; in convex_decompose()
61 VHACD::IVHACD::ConvexHull hull; in convex_decompose()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/vhacd/
H A Dregister_types.cpp51 VHACD::IVHACD *decomposer = VHACD::CreateVHACD(); in convex_decompose()
52 VHACD::IVHACD::Parameters params; in convex_decompose()
61 VHACD::IVHACD::ConvexHull hull; in convex_decompose()
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/inc/
H A DvhacdVHACD.h33 namespace VHACD
35 class VHACD : public IVHACD
39 VHACD() in VHACD() function
57 ~VHACD(void) {} in ~VHACD()
H A DvhacdMutex.h85 namespace VHACD
H A DvhacdCircularList.h19 namespace VHACD
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/inc/
H A DvhacdVHACD.h33 namespace VHACD
35 class VHACD : public IVHACD
39 VHACD() in VHACD() function
57 ~VHACD(void) {} in ~VHACD()
H A DvhacdMutex.h85 namespace VHACD
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DvhacdVHACD.h35 namespace VHACD {
36 class VHACD : public IVHACD {
39 VHACD() in VHACD() function
57 ~VHACD(void) in ~VHACD()
H A DvhacdRaycastMesh.h7 namespace VHACD
H A DbtMinMax.h21 namespace VHACD {
H A DbtConvexHullComputer.h22 namespace VHACD {
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DvhacdVHACD.h35 namespace VHACD {
36 class VHACD : public IVHACD {
39 VHACD() in VHACD() function
57 ~VHACD(void) in ~VHACD()
H A DvhacdRaycastMesh.h7 namespace VHACD
H A DbtConvexHullComputer.h22 namespace VHACD {
H A DbtMinMax.h21 namespace VHACD {
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/src/
H A DVHACD.cpp209 namespace VHACD namespace
213 return new VHACD(); in CreateVHACD()
215 bool VHACD::OCLInit(void* const oclDevice, IUserLogger* const logger) in OCLInit()
356 bool VHACD::OCLRelease(IUserLogger* const logger) in OCLRelease()
432 void VHACD::ComputePrimitiveSet(const Parameters& params) in ComputePrimitiveSet()
486 bool VHACD::Compute(const double* const points, const unsigned int stridePoints, const unsigned int… in Compute()
491 bool VHACD::Compute(const float* const points, const unsigned int stridePoints, const unsigned int … in Compute()
746 void VHACD::ComputeBestClippingPlane(const PrimitiveSet* inputPSet, const double volume, const SArr… in ComputeBestClippingPlane()
1073 void VHACD::ComputeACD(const Parameters& params) in ComputeACD()
1403 void VHACD::MergeConvexHulls(const Parameters& params) in MergeConvexHulls()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/src/
H A DVHACD.cpp209 namespace VHACD namespace
213 return new VHACD(); in CreateVHACD()
215 bool VHACD::OCLInit(void* const oclDevice, IUserLogger* const logger) in OCLInit()
356 bool VHACD::OCLRelease(IUserLogger* const logger) in OCLRelease()
432 void VHACD::ComputePrimitiveSet(const Parameters& params) in ComputePrimitiveSet()
486 bool VHACD::Compute(const double* const points, const unsigned int stridePoints, const unsigned int… in Compute()
491 bool VHACD::Compute(const float* const points, const unsigned int stridePoints, const unsigned int … in Compute()
746 void VHACD::ComputeBestClippingPlane(const PrimitiveSet* inputPSet, const double volume, const SArr… in ComputeBestClippingPlane()
1073 void VHACD::ComputeACD(const Parameters& params) in ComputeACD()
1403 void VHACD::MergeConvexHulls(const Parameters& params) in MergeConvexHulls()
[all …]

12345