MCPcopy Create free account

hub / github.com/davideberly/GeometricTools / functions

Functions9,004 in github.com/davideberly/GeometricTools

↓ 1 callersFunctionMultiplyAB
GTE/Mathematics/Matrix.h:571
↓ 1 callersFunctionMultiplyAB
GTE/Mathematics/GMatrix.h:544
↓ 1 callersMethodNegate
Polygon Boolean operation support.
GTE/Mathematics/BSPPolygon2.h:371
↓ 1 callersMethodNormalize
Compute L = Length(n0,n1,n2) and set the plane to (n0,n1,n2,c)/L. This is useful when transforming planes by homogeneous matrices. The function return
GTE/Graphics/CullingPlane.h:110
↓ 1 callersMethodOnCameraMotion
GTE/Graphics/Terrain.cpp:124
↓ 1 callersMethodOnCharPress
GTE/Applications/Window3.cpp:64
↓ 1 callersMethodOnClose
GTE/Applications/GLX/Window.cpp:82
↓ 1 callersMethodOnClose
GTE/Applications/MSW/Window.cpp:90
↓ 1 callersMethodOnCopyData
GTE/Applications/WindowApplication.cpp:160
↓ 1 callersMethodOnDisplay
GTE/Applications/Window2.cpp:80
↓ 1 callersMethodOnKeyDown
GTE/Applications/Window3.cpp:88
↓ 1 callersMethodOnKeyUp
GTE/Applications/Window3.cpp:93
↓ 1 callersMethodOnMaximize
GTE/Applications/WindowApplication.cpp:85
↓ 1 callersMethodOnMinimize
GTE/Applications/WindowApplication.cpp:79
↓ 1 callersMethodOnMouseMotion
GTE/Applications/Window3.cpp:118
↓ 1 callersMethodOnMouseWheel
GTE/Applications/WindowApplication.cpp:143
↓ 1 callersMethodOnMove
GTE/Applications/WindowApplication.cpp:53
↓ 1 callersMethodOnScrollDecrementHiRes
GTE/Applications/MSW/Window.cpp:170
↓ 1 callersMethodOnScrollDecrementLoRes
GTE/Applications/MSW/Window.cpp:140
↓ 1 callersMethodOnScrollEndTracking
GTE/Applications/MSW/Window.cpp:193
↓ 1 callersMethodOnScrollIncrementHiRes
GTE/Applications/MSW/Window.cpp:155
↓ 1 callersMethodOnScrollIncrementLoRes
GTE/Applications/MSW/Window.cpp:125
↓ 1 callersMethodOnScrollTracking
GTE/Applications/MSW/Window.cpp:185
↓ 1 callersMethodOnWindowsMessage
GTE/Applications/WindowApplication.cpp:172
↓ 1 callersMethodPop
GTE/Mathematics/ThreadSafeQueue.h:58
↓ 1 callersMethodPrintBoxes
Support for debugging.
GTE/Mathematics/AdaptiveSkeletonClimbing3.h:286
↓ 1 callersFunctionProcessFont
GTE/Tools/BitmapFontCreator/BitmapFontCreator.cpp:214
↓ 1 callersMethodProcessedEvent
GTE/Applications/GLX/Window.cpp:87
↓ 1 callersMethodPush
GTE/Mathematics/ThreadSafeQueue.h:42
↓ 1 callersMethodRead
GTE/Mathematics/BSNumber.h:677
↓ 1 callersMethodRefine
Apply the steepest descent algorithm to move the midpoint M of the line segment (E0,E1) so that Length(E0,M) + Length(M,E1) < Length(E0,E1) This is es
GTE/Mathematics/RiemannianGeodesic.h:229
↓ 1 callersMethodRegisterMoveDown
GTE/Applications/CameraRig.h:151
↓ 1 callersMethodRegisterMoveLeft
GTE/Applications/CameraRig.h:161
↓ 1 callersMethodRegisterMoveRight
GTE/Applications/CameraRig.h:156
↓ 1 callersMethodRegisterMoveUp
GTE/Applications/CameraRig.h:146
↓ 1 callersMethodRemove
GTE/Graphics/ProgramDefines.cpp:28
↓ 1 callersMethodRemoveDuplicateVertices
See #2 in the comments at the beginning of the file. The preconditions are 1. inVertices.size() is positive 2. inIndices.size() is a positive multiple
GTE/Mathematics/UniqueVerticesSimplices.h:124
↓ 1 callersMethodRemoveTriangles
GTE/Mathematics/SurfaceExtractorCubes.h:197
↓ 1 callersMethodRemoveTrianglesSE
GTE/Mathematics/AdaptiveSkeletonClimbing3.h:553
↓ 1 callersMethodReplaceAdjacent
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTTriangle.h:93
↓ 1 callersMethodReset
GTE/Graphics/VertexFormat.cpp:21
↓ 1 callersMethodReset
GTE/Applications/Timer.cpp:44
↓ 1 callersMethodResetData
Member access to the raw data of the resource. The ResetData call sets mData to the storage (or to nullptr if storage does not exist.) The caller of
GTE/Graphics/Resource.h:96
↓ 1 callersMethodResetPerformanceMeasurements
GTE/Samples/Imagics/VideoStreams/VideoStream.cpp:46
↓ 1 callersMethodSetBodyInertia
Set the body inertia to a positive definite matrix for movable bodies. Set the body inertia to the zero matrix for immovable objects, but you can posi
GTE/Mathematics/RigidBody.h:312
↓ 1 callersMethodSetBox
After the system is initialized, you can move the boxes using this function. It is not enough to modify the input array of boxes because the endpoint
GTE/Mathematics/BoxManager.h:143
↓ 1 callersMethodSetCameraNode
GTE/Samples/SceneGraphs/CameraAndLightNodes/CameraAndLightNodesWindow3.cpp:351
↓ 1 callersMethodSetCameraWorldPosition
GTE/Graphics/CubeMapEffect.h:59
↓ 1 callersMethodSetCoefficients
Set all coefficients to the specified value.
GTE/Mathematics/Polynomial1.h:55
↓ 1 callersMethodSetColor
GTE/Graphics/TextEffect.cpp:48
↓ 1 callersMethodSetCompiledCode
GTE/Graphics/DX11/HLSLReflection.cpp:79
↓ 1 callersMethodSetCurve
You may modify the curve that generates the surface, which is useful for dynamic effects.
GTE/Samples/Physics/WaterDropFormation/RevolutionSurface.h:68
↓ 1 callersMethodSetELabel
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTMesh.h:91
↓ 1 callersMethodSetEntry
GTE/Graphics/DX11/HLSLReflection.h:180
↓ 1 callersMethodSetFlowDirection
GTE/Samples/Graphics/BlendedTerrain/BlendedTerrainEffect.h:30
↓ 1 callersMethodSetHeights
GTE/Graphics/Terrain.cpp:71
↓ 1 callersMethodSetIdle
Set time sampler parameters.
GTE/Samples/SceneGraphs/BlendedAnimations/BipedManager.h:58
↓ 1 callersMethodSetIndexFormat
Specify the type of indices and where the index buffer data should be stored. For 'uint32_t' indices, set 'use32Bit' to 'true'; for 'uint16_t' indice
GTE/Graphics/MeshFactory.h:57
↓ 1 callersMethodSetInitialELabel
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTMesh.h:127
↓ 1 callersMethodSetJointAllowRotation
GTE/Graphics/IKController.cpp:57
↓ 1 callersMethodSetJointAllowTranslation
GTE/Graphics/IKController.cpp:39
↓ 1 callersMethodSetMass
Set the mass to a positive number for movable bodies. Set the mass to zero for immovable objects. A body is immovable in the physics simulation, but y
GTE/Mathematics/RigidBody.h:303
↓ 1 callersMethodSetMaxDistance
GTE/Graphics/Picker.cpp:28
↓ 1 callersMethodSetModelLODCenter
Access to the center for level of detail (LOD).
GTE/Graphics/DLODNode.h:22
↓ 1 callersMethodSetNumThreads
GTE/Graphics/DX11/HLSLReflection.cpp:102
↓ 1 callersMethodSetOutside
For the geometric primitives that have an inside and an outside, you may specify where the observer is expected to see the object. If the observer mus
GTE/Graphics/MeshFactory.h:76
↓ 1 callersMethodSetPicker
GTE/Samples/SceneGraphs/Castle/CastleWindow3.cpp:893
↓ 1 callersMethodSetPlaneState
See the comments before data member mPlaneState about the bit system for enabling and disabling planes during culling. Only Spatial calls these funct
GTE/Graphics/Culler.h:101
↓ 1 callersMethodSetProjectorMatrix
GTE/Graphics/ProjectedTextureEffect.cpp:53
↓ 1 callersMethodSetRayPositive
GTE/Mathematics/IntrLine3Cone3.h:375
↓ 1 callersMethodSetRectangle
After the system is initialized, you can move the rectangles using this function. It is not enough to modify the input array of rectangles because th
GTE/Mathematics/RectangleManager.h:131
↓ 1 callersMethodSetRun
GTE/Samples/SceneGraphs/BlendedAnimations/BipedManager.h:68
↓ 1 callersMethodSetTarget
GTE/Graphics/DX11/HLSLReflection.h:185
↓ 1 callersMethodSetTargetRecord
GTE/Graphics/CLODMesh.cpp:20
↓ 1 callersMethodSetTimes
GTE/Graphics/MorphController.cpp:38
↓ 1 callersMethodSetToNull
GTE/Graphics/DX11/DX11Engine.cpp:598
↓ 1 callersMethodSetTranslate
GTE/Graphics/TextEffect.cpp:35
↓ 1 callersMethodSetVWMatrix
GTE/Graphics/SphereMapEffect.h:25
↓ 1 callersMethodSetVertices
GTE/Graphics/MorphController.cpp:31
↓ 1 callersMethodSetWMatrix
GTE/Graphics/CubeMapEffect.h:44
↓ 1 callersMethodSetWeights
GTE/Graphics/MorphController.cpp:44
↓ 1 callersMethodSetXSize
GTE/Applications/TrackObject.h:37
↓ 1 callersMethodSetYSize
GTE/Applications/TrackObject.h:42
↓ 1 callersMethodShowWindow
GTE/Applications/GLX/Window.cpp:62
↓ 1 callersMethodStopTriggeredCapture
GTE/Samples/Imagics/VideoStreams/VideoStreamManager.cpp:120
↓ 1 callersMethodSubdivide
Search [t0,t1] recursively for a global minimum.
GTE/Mathematics/Minimize1.h:144
↓ 1 callersMethodTypeset
GTE/Graphics/Font.cpp:123
↓ 1 callersMethodUnbindAll
GTE/Graphics/GL46/GL46InputLayoutManager.cpp:77
↓ 1 callersMethodUnbindAll
GTE/Graphics/DX11/DX11InputLayoutManager.cpp:105
↓ 1 callersFunctionUnitPerp
GTE/Mathematics/Vector2.h:32
↓ 1 callersMethodUpdate
GTE/Samples/Physics/BallRubberBand/PhysicsModule.cpp:44
↓ 1 callersMethodUpdate
GTE/Samples/Physics/DoublePendulum/PhysicsModule.cpp:73
↓ 1 callersMethodUpdate
GTE/Samples/Physics/BeadSlide/PhysicsModule.cpp:49
↓ 1 callersMethodUpdate
GTE/Samples/Physics/KeplerPolarForm/PhysicsModule.cpp:89
↓ 1 callersMethodUpdateFaces
GTE/Samples/Physics/GelatinCube/GelatinCubeWindow3.cpp:392
↓ 1 callersMethodUpdateProjectorMatrixConstant
GTE/Graphics/ProjectedTextureEffect.cpp:86
↓ 1 callersMethodUpdateSurface
GTE/Samples/Physics/WrigglingSnake/TubeSurface.cpp:416
↓ 1 callersMethodUpdateWorldSRT
GTE/Graphics/IKController.cpp:234
↓ 1 callersMethodValidParameters
GTE/Mathematics/ApprCone3EllipseAndPoints.h:59
↓ 1 callersMethodWantAutogenerateRTMipmaps
GTE/Graphics/DrawTarget.cpp:96
← previousnext →1,101–1,200 of 9,004, ranked by callers