MCPcopy Create free account

hub / github.com/davideberly/GeometricTools / functions

Functions9,004 in github.com/davideberly/GeometricTools

↓ 35 callersFunctionglBindTexture
GTE/Graphics/GL46/GL46.cpp:2284
↓ 34 callersMethodGetAPI
GTE/Graphics/DX11/HLSLProgramFactory.cpp:25
↓ 34 callersMethodSetUniformScale
GTE/Mathematics/Transform.h:201
↓ 33 callersMethodGetInterval
The i-th interval is [xmin,xmax). The values xmin and xmax are valid only when 0 <= i < GetNumIntervals().
GTE/Mathematics/DisjointIntervals.h:78
↓ 33 callersMethodGetSize
Member access. The first operator[] returns a const reference rather than a Real value. This supports writing via standard file operations that requ
GTE/Mathematics/Vector.h:103
↓ 32 callersMethodCreateFromSource
GTE/Graphics/ProgramFactory.cpp:66
↓ 32 callersFunctionFMA
GTE/Mathematics/BSNumber.h:1494
↓ 32 callersMethodGetVertices
Compute the vertices of the rectangle. If index i has the bit pattern i = b[1]b[0], then vertex[i] = center + sum_{d=0}^{1} sign[d] * extent[d] * axi
GTE/Mathematics/Rectangle.h:52
↓ 32 callersFunctionOuterProduct
GTE/Mathematics/Matrix.h:689
↓ 31 callersMethodCreateStorage
GTE/Graphics/Resource.cpp:61
↓ 31 callersMethodGetEdge
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTVertex.h:38
↓ 31 callersMethodGetUsage
GTE/Graphics/GL46/GL46Buffer.h:37
↓ 31 callersMethodSetTriangle
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTEdge.h:63
↓ 31 callersMethodUpdate
GTE/Samples/Physics/FreeTopFixedTip/PhysicsModule.cpp:92
↓ 30 callersMethodGetType
GTE/Graphics/DX11/HLSLResource.h:76
↓ 29 callersFunctionDotCross
GTE/Mathematics/Vector3.h:58
↓ 29 callersMethodGetTriangle
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTEdge.h:58
↓ 29 callersMethodIsValid
Support for debugging. The functions test whether the data structure is a valid min-heap.
GTE/Mathematics/MinHeap.h:389
↓ 28 callersMethodGetCopy
GTE/Graphics/Resource.h:86
↓ 28 callersMethodSetNumActiveElements
GTE/Graphics/Resource.cpp:103
↓ 27 callersMethodGetNumLevels
GTE/Graphics/Texture.h:69
↓ 27 callersMethodGetPosition
GTE/Graphics/CollisionMesh.cpp:62
↓ 27 callersMethodGetSize
GTE/Mathematics/GVector.h:62
↓ 27 callersMethodSetControl
GTE/Mathematics/NURBSCurve.h:94
↓ 26 callersMethodWantAutogenerateMipmaps
GTE/Graphics/Texture.h:132
↓ 26 callersFunctionpow
GTE/Mathematics/BSNumber.h:1379
↓ 25 callersMethodGetDimensionFor
GTE/Graphics/Texture.h:74
↓ 25 callersMethodSetTexture
GTE/Graphics/OverlayEffect.cpp:120
↓ 24 callersMethodCreateFromFiles
GTE/Graphics/ProgramFactory.cpp:25
↓ 24 callersMethodGetZeroBase
GTE/Mathematics/AdaptiveSkeletonClimbing3.h:364
↓ 24 callersMethodInsert
GTE/Mathematics/AdaptiveSkeletonClimbing3.h:505
↓ 24 callersFunctionacos
GTE/Mathematics/BSNumber.h:1246
↓ 23 callersMethodSetPosition
GTE/Samples/Physics/MassSprings3D/CpuMassSpringVolume.cpp:56
↓ 23 callersMethodUpdate
GTE/Samples/Physics/CollisionsMovingSphereTriangle/CollisionsMovingSphereTriangleWindow3.cpp:244
↓ 23 callersFunctionexp
GTE/Mathematics/BSNumber.h:1306
↓ 22 callersMethodClear
Destroy the edges and triangles to obtain an empty mesh.
GTE/Mathematics/ETManifoldMesh.h:367
↓ 22 callersMethodCopyGpuToCpu
GTE/Graphics/GL46/GL46Engine.cpp:1150
↓ 22 callersMethodGetDegree
Member access.
GTE/Mathematics/Polynomial1.h:61
↓ 22 callersMethodGetNumBytes
GTE/Graphics/DX11/HLSLResource.h:111
↓ 22 callersMethodGetNumElements
Basic member access.
GTE/Graphics/Resource.h:34
↓ 22 callersMethodGetValue
Access the results of the call to Evaluate(...). The index i must satisfy minIndex <= i <= maxIndex. If it is not, the function returns zero. The s
GTE/Mathematics/BasisFunction.h:410
↓ 22 callersMethodGetVertexSize
Member access. GetAttribute returns 'true' when the input i is such that 0 <= i < GetNumAttributes(), in which case the returned semantic, type, unit
GTE/Graphics/VertexFormat.h:70
↓ 21 callersMethodExecute
GTE/MathematicsGPU/GPUFluid2UpdateState.cpp:45
↓ 21 callersMethodExecute
GTE/Samples/Imagics/ExtractRidges/ExtractRidgesConsole.cpp:26
↓ 21 callersMethodGetElementSize
GTE/Graphics/Resource.h:39
↓ 21 callersMethodGetHull
Locate those tetrahedra faces that do not share other tetrahedra. The returned array has hull.size() = 3*numFaces indices, each triple representing a
GTE/Mathematics/Delaunay3.h:1142
↓ 21 callersMethodGetMinHeight
Get the height extremes. For an infinite cone, maxHeight is set to -1. For a finite cone, maxHeight is set to a positive number. Be careful not to use
GTE/Mathematics/Cone.h:219
↓ 21 callersMethodGetNumBits
GTE/Mathematics/UIntegerAP32.h:156
↓ 21 callersMethodMakeIdentity
Diagonal entries 1, others 0, even when nonsquare
GTE/Mathematics/Matrix.h:232
↓ 20 callersMethodContains
Test whether P is on the arc. Formulated for real arithmetic, |P-C| - r = 0 is necessary for P to be on the circle of the arc. If P is on the circle,
GTE/Mathematics/Arc2.h:60
↓ 20 callersFunctionDeterminant
GTE/Mathematics/Matrix.h:504
↓ 20 callersMethodGetIndex
GTE/Graphics/Texture.cpp:101
↓ 20 callersMethodGetMaxHeight
GTE/Mathematics/Cone.h:224
↓ 19 callersMethodCopyCpuToGpu
GTE/Graphics/GL46/GL46Engine.cpp:1095
↓ 19 callersMethodEvaluate
GTE/Samples/Physics/BallRubberBand/PhysicsModule.cpp:24
↓ 19 callersMethodGetDRatio
GTE/Mathematics/Frustum3.h:73
↓ 19 callersFunctionGetOpenGLVersion
OpenGL version information.
GTE/Graphics/GL46/GL46.cpp:36
↓ 19 callersMethodPrint
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTMesh.h:533
↓ 19 callersMethodSetSize
Member access. SetSize(int32_t) does not initialize the tuple. The first operator[] returns a const reference rather than a Real value. This suppor
GTE/Mathematics/GVector.h:56
↓ 19 callersFunctionglSamplerParameteri
GTE/Graphics/GL46/GL46.cpp:7790
↓ 18 callersMethodGetType
GTE/Graphics/GL46/GL46Buffer.h:32
↓ 18 callersMethodInsert
Insert a point into the triangulation. It is required that the point be strictly inside the input rectangle; if it is not, an exception is thrown. If
GTE/Mathematics/IncrementalDelaunay2.h:181
↓ 18 callersMethodSetDepthStencilState
GTE/Graphics/GL46/GL46Engine.cpp:977
↓ 18 callersFunctionldexp
GTE/Mathematics/BSNumber.h:1353
↓ 17 callersMethodGetDimension
GTE/Graphics/DX11/HLSLResource.h:101
↓ 17 callersMethodGetPosition
GTE/Samples/SceneGraphs/CLODMeshes/CLODMeshesWindow3.h:32
↓ 17 callersMethodRemove
Remove the root of the heap and return its 'key' and 'value members. The root contains the minimum value of all heap elements. The return value is 't
GTE/Mathematics/MinHeap.h:225
↓ 17 callersMethodSetRow
Member access by rows or by columns.
GTE/Mathematics/Matrix.h:127
↓ 17 callersFunctionceil
GTE/Mathematics/BSNumber.h:1288
↓ 16 callersMethodCreateBox
GTE/Samples/Intersection/MovingSphereBox/MovingSphereBoxWindow3.cpp:652
↓ 16 callersMethodCreateFromSources
GTE/Graphics/ProgramFactory.cpp:48
↓ 16 callersMethodDoQuery
GTE/Mathematics/IntrRay2Circle2.h:76
↓ 16 callersMethodGetNumSubresources
Subresource indexing: index = numLevels*item + level
GTE/Graphics/Texture.h:117
↓ 16 callersMethodGetType
GTE/Graphics/VertexFormat.cpp:88
↓ 16 callersMethodInsert
GTE/Graphics/DX11/HLSLReflection.h:200
↓ 16 callersMethodInsertEdge
GTE/Samples/Intersection/IntersectConvexPolyhedra/MTMesh.h:672
↓ 16 callersMethodPopDefines
GTE/Graphics/ProgramFactory.cpp:92
↓ 16 callersMethodPushDefines
GTE/Graphics/ProgramFactory.cpp:86
↓ 15 callersMethodAddVertex
GTE/Mathematics/CurveExtractor.h:264
↓ 15 callersMethodComputeVisibleSet
GTE/Graphics/Culler.cpp:54
↓ 15 callersMethodEnable
GTE/Graphics/GL46/GL46Engine.cpp:326
↓ 15 callersMethodGetCenter
GTE/Graphics/BoundingSphere.h:62
↓ 15 callersMethodGetDataFor
GTE/Graphics/Texture.h:94
↓ 15 callersMethodGetNumIntervals
The number of intervals in the set.
GTE/Mathematics/DisjointIntervals.h:71
↓ 15 callersMethodGetRootType
GTE/Mathematics/AdaptiveSkeletonClimbing3.h:359
↓ 15 callersMethodGetWidth
GTE/Samples/Imagics/VideoStreams/VideoStream.h:32
↓ 15 callersMethodOnGetVisibleSet
GTE/Graphics/Spatial.cpp:38
↓ 15 callersMethodToLine
Given a line with origin V0 and direction <V0,V1> and a query point P, ToLine returns +1, P on right of line -1, P on left of line 0, P on the line
GTE/Mathematics/Delaunay2.h:1370
↓ 15 callersMethodUpdate
If the underlying geometric data varies dynamically, call this function to update whatever vertex attributes are specified by the vertex pool.
GTE/Mathematics/Mesh.h:353
↓ 15 callersMethodUpdateLightingConstant
GTE/Graphics/LightEffect.cpp:51
↓ 14 callersMethodEvaluate
Evaluation of the surface. The function supports derivative calculation through order 2; that is, maxOrder <= 2 is required. If you want only the pos
GTE/Mathematics/Torus3.h:89
↓ 14 callersMethodFit
Estimate the model parameters for all observations passed in via raw pointers.
GTE/Mathematics/ApprQuery.h:72
↓ 14 callersMethodGetChild
GTE/Graphics/Node.cpp:131
↓ 14 callersMethodGetNumBytesFor
GTE/Graphics/Texture.h:84
↓ 14 callersMethodGetOffset
GTE/Graphics/DX11/HLSLShaderType.h:101
↓ 14 callersMethodSetDefaultBlendState
GTE/Graphics/BaseEngine.h:125
↓ 14 callersFunctionglGetProgramResourceiv
GTE/Graphics/GL46/GL46.cpp:11598
↓ 13 callersMethodCreateDisk
GTE/Graphics/MeshFactory.cpp:216
↓ 13 callersMethodGetNumActiveElements
GTE/Graphics/Resource.h:161
↓ 13 callersMethodGetNumItems
Member access.
GTE/Graphics/Texture.h:31
← previousnext →101–200 of 9,004, ranked by callers