Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pierre-Terdiman/PEEL
/ functions
Functions
4,890 in github.com/Pierre-Terdiman/PEEL
⨍
Functions
4,890
◇
Types & classes
1,250
↓ 2 callers
Function
OPC_PointAABBSqrDist
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_LSSAABBOverlap.h:5
↓ 2 callers
Function
Plane
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IcePlane.h:23
↓ 2 callers
Function
PointTriangleSqrDist
PEEL/Physics/Ice/APIs/Ice/Contact/CTC_PointTriangleDistance.h:34
↓ 2 callers
Method
PolarDecomposition
void dMatrix::PolarDecomposition (dMatrix& orthogonal, dMatrix& symetric) const
PEEL/Physics/PINT_Newton3_9/packages/dMath/dMatrix.cpp:578
↓ 2 callers
Method
PolarDecomposition
void dMatrix::PolarDecomposition (dMatrix& orthogonal, dMatrix& symetric) const
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMatrix.cpp:661
↓ 2 callers
Method
ProfileUpdate
PEEL/Physics/TestScenes.cpp:385
↓ 2 callers
Function
Raycast
PEEL/Physics/PEEL.cpp:515
↓ 2 callers
Function
RegisterArrayOfBoxSweeps
PEEL/Physics/TestScenes.cpp:530
↓ 2 callers
Function
RegisterArrayOfCapsuleSweeps
PEEL/Physics/TestScenes.cpp:597
↓ 2 callers
Function
RegisterArrayOfSphereSweeps
PEEL/Physics/TestScenes.cpp:566
↓ 2 callers
Method
RegisterConvexSweep
PEEL/Physics/TestScenes.cpp:251
↓ 2 callers
Function
RegisterPlugIn
PEEL/Physics/PEEL.cpp:1533
↓ 2 callers
Method
RegisterSphereSweep
PEEL/Physics/TestScenes.cpp:201
↓ 2 callers
Method
ReleaseSQThreadContext
PEEL/Physics/Pint.h:520
↓ 2 callers
Method
RemovePair
Delete a pair from the set.
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_SweepAndPrune.cpp:283
↓ 2 callers
Function
RenderCylinder
PEEL/Physics/Render.cpp:260
↓ 2 callers
Method
SaveVRML2
PEEL/Physics/HACD/hacdManifoldMesh.cpp:148
↓ 2 callers
Function
Scale
Scales from a Point. Each row is multiplied by a component.
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceMatrix3x3.h:52
↓ 2 callers
Function
SegmentOBBSqrDist
PEEL/Physics/Ice/APIs/Ice/Contact/CTC_SegmentOBBDistance.h:24
↓ 2 callers
Function
SetBackgroundColor
PEEL/Physics/RaytracingTest.cpp:17
↓ 2 callers
Function
SetCenterExtents
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/Ice/APIs/Ice/IceMaths/IceAABB.h:96
↓ 2 callers
Function
SetCenterExtents
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceAABB.h:82
↓ 2 callers
Function
SetColor
PEEL/Physics/Ice/APIs/Ice/IceImageWork/IceColor.h:89
↓ 2 callers
Function
SetMeshInterface
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_BaseModel.h:163
↓ 2 callers
Function
SetMinMax
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceAABB.h:73
↓ 2 callers
Function
SetSize
PEEL/Physics/Ice/APIs/Ice/IceCore/IceContainer.h:421
↓ 2 callers
Function
SetupCameraMatrix
PEEL/Physics/Camera.cpp:185
↓ 2 callers
Function
SetupShape
PEEL/Physics/PINT_PhysX3_3_2/PINT_PhysX332.cpp:886
↓ 2 callers
Function
SetupShape
PEEL/Physics/PINT_PhysX3_3_0/PINT_PhysX330.cpp:886
↓ 2 callers
Function
SetupShape
PEEL/Physics/PINT_PhysX3_4/PINT_PhysX34.cpp:1085
↓ 2 callers
Function
SetupShape
PEEL/Physics/PINT_PhysX3_3/PINT_PhysX33.cpp:890
↓ 2 callers
Function
SetupShape
PEEL/Physics/PINT_PhysX3_3_1/PINT_PhysX331.cpp:886
↓ 2 callers
Function
SetupSphereOverlaps
PEEL/Physics/TestScenes_Overlap.cpp:21
↓ 2 callers
Function
Setup_SceneSphereSweepVsStaticMeshes_TessBunny
PEEL/Physics/TestScenes_Sweep.cpp:1827
↓ 2 callers
Function
SqrDistance
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_LSSAABBOverlap.h:444
↓ 2 callers
Function
SquareMagnitude
Computes square magnitude
PEEL/Physics/Ice/APIs/Ice/IceMaths/IcePoint.h:217
↓ 2 callers
Function
SquareMagnitude
Computes square magnitude
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IcePoint.h:217
↓ 2 callers
Function
Sub
Sub another matrix
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceMatrix3x3.h:167
↓ 2 callers
Method
Subdivide
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_AABBTree.cpp:151
↓ 2 callers
Function
Swap
Classic XOR swap (from Steve Baker's Cute Code Collection) x ^= y; /* x' = (x^y) */ y ^= x; /* y' = (y^(x^y)) = x */ x ^= y; /* x' = (x^y)^x = y */
PEEL/Physics/Ice/APIs/Ice/IceCore/IceUtils.h:134
↓ 2 callers
Function
Swap
Classic XOR swap (from Steve Baker's Cute Code Collection) x ^= y; /* x' = (x^y) */ y ^= x; /* y' = (y^(x^y)) = x */ x ^= y; /* x' = (x^y)^x = y */
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceUtils.h:99
↓ 2 callers
Function
Tesselate
PEEL/Physics/Loader_Bin.cpp:256
↓ 2 callers
Function
TestCSVExport
PEEL/Physics/PEEL.cpp:2638
↓ 2 callers
Function
ThreadSetup
PEEL/Physics/PEEL.cpp:1670
↓ 2 callers
Function
ToNxQuat
PEEL/Physics/PINT_PhysX2_8_4/PINT_PhysX284.cpp:78
↓ 2 callers
Function
ToNxQuat
PEEL/Physics/PINT_NovodeX/PINT_NovodeX.cpp:76
↓ 2 callers
Function
ToPxVec3
PEEL/Physics/PINT_Common/PINT_CommonPhysX3.h:16
↓ 2 callers
Function
ToQuat
PEEL/Physics/PINT_PhysX2_8_4/PINT_PhysX284.cpp:76
↓ 2 callers
Function
ToQuat
PEEL/Physics/PINT_NovodeX/PINT_NovodeX.cpp:74
↓ 2 callers
Function
ToQuat
PEEL/Physics/PINT_Common/PINT_CommonHavok.h:13
↓ 2 callers
Function
Transpose
Transpose the matrix.
PEEL/Physics/PINT_Opcode1_3/Opcode13/Ice/IceMatrix3x3.h:287
↓ 2 callers
Method
Transpose
PEEL/Physics/PINT_Newton3_9/packages/dMath/dMatrix.cpp:170
↓ 2 callers
Method
Transpose
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMatrix.cpp:262
↓ 2 callers
Function
Update
PEEL/Physics/Ice/APIs/Ice/IceCore/IceKeyboard.h:23
↓ 2 callers
Function
UpdateStatsUI
PEEL/Physics/PINT_Stats/PINT_Stats.cpp:271
↓ 2 callers
Method
Walk
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_AABBTree.cpp:467
↓ 2 callers
Function
_BuildCollisionTree
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_OptimizedTree.cpp:100
↓ 2 callers
Function
_BuildNoLeafTree
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PEEL/Physics/PINT_Opcode1_3/Opcode13/OPC_OptimizedTree.cpp:151
↓ 2 callers
Function
_ProcessRepXFile_RemoveDynamics
PEEL/Physics/RepX_Tools.cpp:70
↓ 2 callers
Function
_glsCompareDirectories
PEEL/Physics/GL/gls.c:1805
↓ 2 callers
Function
_glsCopyPathCheckSystemDirectory
PEEL/Physics/GL/gls.c:1739
↓ 2 callers
Function
_glsGetDriverFileDate
PEEL/Physics/GL/gls.c:1571
↓ 2 callers
Function
_glsGetDriverFileVersion
PEEL/Physics/GL/gls.c:1646
↓ 2 callers
Function
_glsIsDefaultOpenGL
PEEL/Physics/GL/gls.c:1777
↓ 2 callers
Function
_glsSetEnv
PEEL/Physics/GL/gls.c:1519
↓ 2 callers
Function
_glsSetRegistryDWORD
PEEL/Physics/GL/gls.c:1555
↓ 2 callers
Function
calculateActualSize
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:316
↓ 2 callers
Function
calculateReportedAddress
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:338
↓ 2 callers
Function
dGrammSchmidt
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMatrix.cpp:40
↓ 2 callers
Function
dMin
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMathDefines.h:93
↓ 2 callers
Function
dSign
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMathDefines.h:73
↓ 2 callers
Function
dSwap
PEEL/Physics/PINT_Newton3_13/packages/dMath/dMathDefines.h:79
↓ 2 callers
Function
dYawMatrix
PEEL/Physics/PINT_Newton3_9/packages/dMath/dMatrix.cpp:55
↓ 2 callers
Function
dgGrammSchmidt
calculate an orthonormal matrix with the front vector pointing on the dir direction, and the up and right are determined by using the GramSchidth proc
PEEL/Physics/PINT_Newton3_9/packages/dMath/dMatrix.cpp:20
↓ 2 callers
Function
doCleanupLogOnFirstRun
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:224
↓ 2 callers
Function
dumpAllocations
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:448
↓ 2 callers
Function
dumpLeakReport
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:475
↓ 2 callers
Function
extract_copy
PEEL/Physics/Ice/APIs/Ice/IceCore/ZipReader/Unzip.cpp:248
↓ 2 callers
Function
extract_flush
PEEL/Physics/Ice/APIs/Ice/IceCore/ZipReader/Unzip.cpp:140
↓ 2 callers
Method
getElapsedSeconds
PEEL/Physics/QPCTime.cpp:55
↓ 2 callers
Function
getHashValue
PEEL/Physics/Loader_Bin.cpp:23
↓ 2 callers
Function
getTimeTicks
PEEL/Physics/QPCTime.cpp:12
↓ 2 callers
Function
get_byte
PEEL/Physics/Ice/APIs/Ice/IceCore/ZipReader/Unzip.cpp:227
↓ 2 callers
Function
glsGetDriverInfoFromFilePath
PEEL/Physics/GL/gls.c:344
↓ 2 callers
Function
glsGetNumberOfDrivers
PEEL/Physics/GL/gls.c:153
↓ 2 callers
Function
inf_codes
PEEL/Physics/Ice/APIs/Ice/IceCore/ZipReader/Unzip.cpp:632
↓ 2 callers
Function
m_calcUnused
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:1477
↓ 2 callers
Function
m_deallocator
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:1272
↓ 2 callers
Function
m_dumpAllocUnit
PEEL/Physics/Ice/APIs/Ice/IceCore/MemoryManager/mmgr.cpp:1514
↓ 2 callers
Method
malloc
PEEL/Physics/PINT_Common/PINT_Common.cpp:119
↓ 2 callers
Method
mallocDebug
PEEL/Physics/PINT_Common/PINT_Common.cpp:132
↓ 2 callers
Function
overlapMultiple
PEEL/Physics/PINT_PhysX3_4/PINT_PhysX34.cpp:158
↓ 2 callers
Method
redraw
PEEL/Physics/TitleWindow.cpp:40
↓ 2 callers
Method
reset
PEEL/Physics/PINT_Havok2012_1_0/PINT_Havok2012_1_0.cpp:66
↓ 2 callers
Method
setScreenResolution
PEEL/Physics/GLFontRenderer.cpp:197
↓ 2 callers
Method
togglePvdConnection
PEEL/Physics/PINT_PhysX3_2/PINT_PhysX32.cpp:217
↓ 2 callers
Method
togglePvdConnection
PEEL/Physics/PINT_PhysX3_3_2/PINT_PhysX332.cpp:142
↓ 2 callers
Method
togglePvdConnection
PEEL/Physics/PINT_PhysX3_3_0/PINT_PhysX330.cpp:142
↓ 2 callers
Method
togglePvdConnection
PEEL/Physics/PINT_PhysX3_4/PINT_PhysX34.cpp:331
↓ 2 callers
Method
togglePvdConnection
PEEL/Physics/PINT_PhysX3_3/PINT_PhysX33.cpp:143
← previous
next →
501–600 of 4,890, ranked by callers