Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ functions
Functions
2,179 in github.com/AcademySoftwareFoundation/Imath
⨍
Functions
2,179
◇
Types & classes
366
↓ 10 callers
Function
verify
(x, X, factor=1., shared=True)
src/python/PyImathNumpyTest/pyImathNumpyTest.py:273
↓ 9 callers
Function
Matrix22
src/Imath/ImathMatrix.h:132
↓ 9 callers
Method
canonical_index
Make an index suitable for indexing into an array in c++ from a python index, which can be negative for indexing relative to the end of an array
src/python/PyImath/PyImathFixedArray.h:327
↓ 9 callers
Function
dot
src/python/PyImath/PyImathQuat.cpp:375
↓ 9 callers
Function
hsv2rgb
src/python/PyImath/PyImathColor3.cpp:421
↓ 9 callers
Method
intersect
src/Imath/ImathSphere.h:148
↓ 9 callers
Function
nrand48
Generate uniformly distributed integers between 0 and 0x7fffffff.
src/Imath/ImathRandom.cpp:116
↓ 9 callers
Function
numNonZeroMaskEntries
(mask)
src/python/PyImathTest/pyImathTest.py:71
↓ 9 callers
Function
numNonZeroMaskEntries
(mask)
src/pybind11/PyBindImathTest/pyBindImathTest.py:63
↓ 9 callers
Function
rgb2hsv
src/python/PyImath/PyImathColor3.cpp:447
↓ 9 callers
Function
setValue
src/python/PyImath/PyImathVec4Impl.h:254
↓ 8 callers
Function
ceil
src/Imath/ImathMath.h:111
↓ 8 callers
Method
cols
src/python/PyImath/PyImathFixedMatrix.h:192
↓ 8 callers
Function
equalWithRelErrorScalar
(x1, x2, e)
src/python/PyImathTest/pyImathTest.py:112
↓ 8 callers
Function
equalWithRelErrorScalar
(x1, x2, e)
src/pybind11/PyBindImathTest/pyBindImathTest.py:104
↓ 8 callers
Function
erand48
Generate double-precision floating-point values between 0.0 and 1.0: The exponent is set to 0x3ff, which indicates a value greater than or equal to 1
src/Imath/ImathRandom.cpp:86
↓ 8 callers
Function
get_ticks
src/ImathTest/half_perf_test.cpp:272
↓ 8 callers
Function
intersect
src/Imath/ImathLineAlgo.h:84
↓ 8 callers
Method
isInfinity
src/Imath/half.h:843
↓ 8 callers
Function
mypow
src/ImathTest/testLimits.cpp:21
↓ 8 callers
Function
procrustesError
src/ImathTest/testProcrustes.cpp:110
↓ 8 callers
Method
projectionMatrixExc
src/Imath/ImathFrustum.h:505
↓ 8 callers
Function
rad
src/ImathTest/testExtractSHRT.cpp:32
↓ 8 callers
Function
sameMatrix33
(m1, m2)
src/python/PyImathTest/pyImathTest.py:9018
↓ 8 callers
Function
sameMatrix33
(m1, m2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:9033
↓ 8 callers
Function
sameMatrix44
(m1, m2)
src/python/PyImathTest/pyImathTest.py:8961
↓ 8 callers
Function
sameMatrix44
(m1, m2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:8976
↓ 8 callers
Function
slerp
src/python/PyImath/PyImathQuat.cpp:231
↓ 8 callers
Function
testArrayArrayEquality
(a1,a2)
src/python/PyImathTest/pyImathTest.py:763
↓ 8 callers
Function
testArrayArrayEquality
(a1,a2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:755
↓ 8 callers
Function
testBoxxArray
(Array, Box, Vec)
src/python/PyImathTest/pyImathTest.py:9276
↓ 8 callers
Function
testBoxxArray
(Array, Box, Vec)
src/pybind11/PyBindImathTest/pyBindImathTest.py:9289
↓ 8 callers
Function
testNonMaskedVecTypeArray
(VecTypeArray)
src/python/PyImathTest/pyImathTest.py:1367
↓ 8 callers
Function
testNonMaskedVecTypeArray
(VecTypeArray)
src/pybind11/PyBindImathTest/pyBindImathTest.py:1358
↓ 8 callers
Function
testSlerp
src/ImathTest/testQuatSlerp.cpp:43
↓ 8 callers
Function
testVectorScalarComparisonOps
(f1, v)
src/python/PyImathTest/pyImathTest.py:365
↓ 8 callers
Function
testVectorScalarComparisonOps
(f1, v)
src/pybind11/PyBindImathTest/pyBindImathTest.py:357
↓ 8 callers
Function
throwIfZeroT
src/pybind11/PyBindImath/PyBindImathShear.cpp:36
↓ 7 callers
Function
add_mod_math_functions
src/python/PyImath/PyImathOperators.h:253
↓ 7 callers
Function
checkForZeroScaleInRow
src/Imath/ImathMatrixAlgo.h:885
↓ 7 callers
Function
float
src/Imath/half.h:667
↓ 7 callers
Function
jacobiEigenSolver
src/Imath/ImathMatrixAlgo.h:1535
↓ 7 callers
Function
log10
src/Imath/ImathMath.h:89
↓ 7 callers
Function
rad
src/ImathTest/testExtractEuler.cpp:24
↓ 7 callers
Method
raw_ptr_index
src/python/PyImath/PyImathFixedVArray.cpp:795
↓ 7 callers
Function
rotationMatrix
src/Imath/ImathMatrixAlgo.h:928
↓ 7 callers
Function
testVectorVectorMaskedInPlaceArithmeticOps2
(f1, f2, m)
src/python/PyImathTest/pyImathTest.py:495
↓ 7 callers
Function
testVectorVectorMaskedInPlaceArithmeticOps2
(f1, f2, m)
src/pybind11/PyBindImathTest/pyBindImathTest.py:487
↓ 6 callers
Function
add_pow_math_functions
src/python/PyImath/PyImathOperators.h:244
↓ 6 callers
Function
assertVectorVectorInPlaceArithmeticOpFailures
(f1, f2)
src/python/PyImathTest/pyImathTest.py:661
↓ 6 callers
Function
assertVectorVectorInPlaceArithmeticOpFailures
(f1, f2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:653
↓ 6 callers
Method
fovx
src/Imath/ImathFrustum.h:464
↓ 6 callers
Function
inverse
src/python/PyImath/PyImathQuat.cpp:91
↓ 6 callers
Method
isNormalized
src/Imath/half.h:819
↓ 6 callers
Method
projectionMatrix
src/Imath/ImathFrustum.h:595
↓ 6 callers
Function
rad
src/ImathTest/testMiscMatrixAlgo.cpp:30
↓ 6 callers
Method
rotateVector
src/Imath/ImathQuat.h:515
↓ 6 callers
Method
rows
src/python/PyImath/PyImathFixedMatrix.h:191
↓ 6 callers
Function
tan
src/Imath/ImathMath.h:65
↓ 6 callers
Function
testMaskedVecTypeArray
(VecTypeArray)
src/python/PyImathTest/pyImathTest.py:1561
↓ 6 callers
Function
testMaskedVecTypeArray
(VecTypeArray)
src/pybind11/PyBindImathTest/pyBindImathTest.py:1552
↓ 6 callers
Function
testMatrix
src/ImathTest/testExtractSHRT.cpp:38
↓ 6 callers
Function
testMxArray
(Array, Matrix)
src/python/PyImathTest/pyImathTest.py:9160
↓ 6 callers
Function
testMxArray
(Array, Matrix)
src/pybind11/PyBindImathTest/pyBindImathTest.py:9173
↓ 6 callers
Function
testVecVal2f
Test whether a Vec contains the given elements.
src/ImathTest/testInterop.cpp:151
↓ 6 callers
Function
testVecVal3f
src/ImathTest/testInterop.cpp:157
↓ 6 callers
Function
testVecVal4f
src/ImathTest/testInterop.cpp:163
↓ 6 callers
Function
testVectorScalarArithmeticOps
(f1, v)
src/python/PyImathTest/pyImathTest.py:156
↓ 6 callers
Function
testVectorScalarArithmeticOps
(f1, v)
src/pybind11/PyBindImathTest/pyBindImathTest.py:148
↓ 6 callers
Function
twoSidedJacobiRotation
src/Imath/ImathMatrixAlgo.cpp:331
↓ 6 callers
Function
verifyVector
(a)
src/python/PyImathTest/pyImathTest.py:10665
↓ 6 callers
Function
verifyVector
(a)
src/pybind11/PyBindImathTest/pyBindImathTest.py:10678
↓ 5 callers
Method
DepthToZExc
src/Imath/ImathFrustum.h:821
↓ 5 callers
Function
closestVertex
src/python/PyImath/PyImathLine.cpp:272
↓ 5 callers
Method
completelyContains
src/Imath/ImathFrustumTest.h:253
↓ 5 callers
Function
imath_float_to_half
src/Imath/half.h:373
↓ 5 callers
Function
imath_half_to_float
src/Imath/half.h:284
↓ 5 callers
Function
invertM33f
src/ImathTest/testInvert.cpp:38
↓ 5 callers
Function
invertM44f
src/ImathTest/testInvert.cpp:22
↓ 5 callers
Method
isNan
src/Imath/half.h:837
↓ 5 callers
Method
isNegative
src/Imath/half.h:849
↓ 5 callers
Method
modifyNearAndFar
src/Imath/ImathFrustum.h:374
↓ 5 callers
Function
rotationMatrixWithUpDir
src/Imath/ImathMatrixAlgo.h:937
↓ 5 callers
Method
setOrthographic
src/Imath/ImathFrustum.h:403
↓ 5 callers
Function
testBinaryVecMethods
(f1, f2)
src/python/PyImathTest/pyImathTest.py:601
↓ 5 callers
Function
testBinaryVecMethods
(f1, f2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:593
↓ 5 callers
Function
testColor3xConversions
(Color)
src/python/PyImathTest/pyImathTest.py:8217
↓ 5 callers
Function
testColor3xConversions
(Color)
src/pybind11/PyBindImathTest/pyBindImathTest.py:8229
↓ 5 callers
Function
testVectorScalarInPlaceArithmeticOps
(f1, v)
src/python/PyImathTest/pyImathTest.py:234
↓ 5 callers
Function
testVectorScalarInPlaceArithmeticOps
(f1, v)
src/pybind11/PyBindImathTest/pyBindImathTest.py:226
↓ 5 callers
Function
testVectorVectorInequalityOps
(f1, f2)
src/python/PyImathTest/pyImathTest.py:334
↓ 5 callers
Function
testVectorVectorInequalityOps
(f1, f2)
src/pybind11/PyBindImathTest/pyBindImathTest.py:326
↓ 4 callers
Method
ZToDepthExc
src/Imath/ImathFrustum.h:742
↓ 4 callers
Function
affineTransform
src/Imath/ImathBoxAlgo.h:313
↓ 4 callers
Function
computeRSMatrix
src/Imath/ImathMatrixAlgo.h:1118
↓ 4 callers
Function
createRandomMat
src/ImathTest/testMiscMatrixAlgo.cpp:123
↓ 4 callers
Function
drand
src/ImathTest/testError.cpp:22
↓ 4 callers
Function
extract
src/python/PyImath/PyImathQuat.cpp:209
↓ 4 callers
Function
extractEulerXYZ
src/python/PyImath/PyImathMatrix44.cpp:268
↓ 4 callers
Function
extractQuat
src/Imath/ImathMatrixAlgo.h:777
← previous
next →
101–200 of 2,179, ranked by callers