MCPcopy Create free account

hub / github.com/cemyuksel/cyCodeBase / functions

Functions1,276 in github.com/cemyuksel/cyCodeBase

MethodBuild
cyBVH.h:128
MethodBuildCenterSplits
cyBVH.h:141
MethodBuildElements
cyBVH.h:161
MethodBuildElementsCenterSplits
cyBVH.h:185
MethodBuildFiles
Creates a program, compiles the given shaders, and links them. Returns true if all compilation and link operations are successful. Writes any error or
cyGL.h:913
MethodBuildFilesEx
Creates a program, compiles the given shaders, and links them. Returns true if all compilation and link operations are successful. Writes any error or
cyGL.h:952
MethodBuildKDTree
The main method for recursively building the k-d tree.
cyPointCloud.h:345
MethodBuildSources
Creates a program, compiles the given shaders, and links them. Returns true if all compilation and link operations are successful. Writes any error or
cyGL.h:992
MethodBuildTextureMipmaps
< Binds the texture to the given texture unit.
cyGL.h:614
MethodBuildWithFunc
cyPointCloud.h:116
MethodCallback
cyGL.h:1455
MethodCenterSplit
cyBVH.h:348
MethodCheckContext
Checks if an OpenGL context exists. Returns false if a valid OpenGL context cannot be retrieved. This is mostly useful for safely deleting previously
cyGL.h:166
MethodCheckError
cyGL.h:1364
MethodClamp
@name Limit methods
cyVector.h:118
MethodClamp
@name Limit methods
cyVector.h:222
MethodClamp
@name Limit methods
cyVector.h:350
MethodClamp
@name Limit methods
cyVector.h:501
MethodClamp
@name Limit methods
cyColor.h:108
MethodClamp
@name Limit methods
cyColor.h:214
MethodClamp
@name Limit methods
cyColor.h:303
MethodClamp
@name Limit methods
cyColor.h:368
MethodClamp
@name Limit methods
cyIVector.h:108
MethodClamp
@name Limit methods
cyIVector.h:228
MethodClamp
@name Limit methods
cyIVector.h:351
MethodClamp
@name Limit methods
cyIVector.h:477
MethodClampInt
cyColor.h:325
MethodClampInt
cyColor.h:390
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyVector.h:120
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyVector.h:224
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyVector.h:352
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyVector.h:503
MethodClampMax
cyColor.h:110
MethodClampMax
cyColor.h:216
MethodClampMax
cyColor.h:305
MethodClampMax
cyColor.h:370
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyIVector.h:110
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyIVector.h:230
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyIVector.h:353
MethodClampMax
< Ensures that all components of the vector are greater than or equal to the given limit.
cyIVector.h:479
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyVector.h:119
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyVector.h:223
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyVector.h:351
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyVector.h:502
MethodClampMin
cyColor.h:109
MethodClampMin
cyColor.h:215
MethodClampMin
cyColor.h:304
MethodClampMin
cyColor.h:369
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyIVector.h:109
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyIVector.h:229
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyIVector.h:352
MethodClampMin
< Ensures that all components of the vector are within the given limits.
cyIVector.h:478
MethodClear
Deletes all data owned by the class.
cyHeap.h:67
MethodClear
Clears all the time records
cyTimer.h:171
MethodClear
cyLightingGrid.h:90
MethodClear
Clears the tree structure
cyBVH.h:117
MethodClear
@name Set Component Count
cyTriMesh.h:160
MethodClearData
Clears the data pointer and deallocates memory if the data is owned.
cyHeap.h:223
MethodClearHeap
Clears the heap structure.
cyHeap.h:232
MethodColor24
cyColor.h:277
MethodColor24
cyColor.h:422
MethodColor3
cyColor.h:68
MethodColor3
cyColor.h:417
MethodColor32
cyColor.h:342
MethodColor4
cyColor.h:175
MethodColor4
cyColor.h:420
MethodColumns
cyMatrix.h:169
MethodColumns
cyMatrix.h:635
MethodColumns
cyMatrix.h:1274
MethodColumns
cyMatrix.h:1891
MethodCompile
Compiles the shader using the given source code. If the shader was previously compiled, it is deleted.
cyGL.h:787
MethodCompile
cyGL.h:1709
MethodCompileFile
Compiles the shader using the given file. If the shader was previously compiled, it is deleted.
cyGL.h:756
MethodCompileFileEx
Compiles the shader using the given file. If the shader was previously compiled, it is deleted. Unlike the CompileFile method, it parses the source co
cyGL.h:771
MethodComputeBoundingBox
cyTriMesh.h:230
MethodComputeDirection
Given point before (p0) and after (p2), computes the direction (d) at p1.
cyHairFile.h:375
MethodComputeNormals
cyTriMesh.h:249
MethodConjugate
cyQuaternion.h:56
MethodConjugate
cyQuaternion.h:145
MethodConvertData
cyVector.h:97
MethodConvertData
cyIVector.h:97
MethodConvertTempData
Recursively converts the temporary node data to NodeData.
cyBVH.h:333
MethodCopy
cyTriMesh.h:190
MethodCopyData
Copies the main data items from an array into the internal storage of this class.
cyHeap.h:70
MethodCopyData
cyVector.h:96
MethodCopyData
cyIVector.h:96
MethodCreateProgram
Attaches the given shader to the program. This function must be called before calling Link.
cyGL.h:866
MethodCross
@name Cross product and dot product
cyVector.h:391
FunctionCubicFirstRoot
cyPolynomial.h:950
FunctionCubicForEachRoot
cyPolynomial.h:1109
FunctionCubicHasRoot
cyPolynomial.h:225
FunctionCubicRoots
cyPolynomial.h:795
MethodData
cyIVector.h:289
MethodData
cyIVector.h:412
MethodData
cyIVector.h:538
MethodDefaultError
cyPolynomial.h:353
MethodDeflate
cyPolynomial.h:337
FunctionDeg2Rad
cyCore.h:281
MethodDelete
cyGL.h:276
MethodDelete
cyGL.h:748
← previousnext →201–300 of 1,276, ranked by callers