Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GAMMA-UMD/pygsound
/ functions
Functions
4,063 in github.com/GAMMA-UMD/pygsound
⨍
Functions
4,063
◇
Types & classes
371
Function
MatrixND<T,3,3> operator *
Transform the specified matrix to world space with this transformation.
src/Om/Om Framework/om/math/omTransform3D.h:342
Function
MatrixND<T,3,3> operator +
src/Om/Om Framework/om/math/omMatrix3D.h:869
Function
MatrixND<T,3,3> toMatrix
Return the inverse of this quaternion. * This method makes no assumptions about the quaternion's magnitude. * If converting a unit-length quatern
src/Om/Om Framework/om/math/omQuaternion.h:277
Function
MatrixND<T,3,3> toMatrixNormalized
Return the inverse of this normalized quaternion. * This method assumes that the quaternion is of unit length. This * greatly simplifies the calc
src/Om/Om Framework/om/math/omQuaternion.h:302
Function
MatrixND<T,3,3> transformToLocal
Transform the specified matrix to object space. * This returns what the specified matrix would be in this transformation's * coordinate frame. Th
src/Om/Om Framework/om/math/omTransform3D.h:151
Function
MatrixND<T,3,3> transformToWorld
Transform the specified matrix from object to world space. * This returns what the specified matrix would be in this transformation's * coordinat
src/Om/Om Framework/om/math/omTransform3D.h:246
Function
MatrixND<T,4,4> abs
src/Om/Om Framework/om/math/omMatrix4D.h:897
Function
MatrixND<T,4,4> operator *
src/Om/Om Framework/om/math/omMatrix4D.h:873
Function
MatrixND<T,4,4> operator +
src/Om/Om Framework/om/math/omMatrix4D.h:846
Function
MatrixND<T,4,4> toMatrix
Convert this transformation into a 4x4 homogeneous-coordinate matrix.
src/Om/Om Framework/om/math/omTransform3D.h:393
Function
MatrixND<T,4,4> toMatrixInverse
Convert the inverse of this transformation into a 4x4 homogeneous-coordinate matrix.
src/Om/Om Framework/om/math/omTransform3D.h:403
Function
MatrixND<T,numColumns,numRows> transpose
Return the transpose of this matrix.
src/Om/Om Framework/om/math/omMatrixND.h:280
Function
MatrixND<T,numRows,numColumns> operator *
src/Om/Om Framework/om/math/omMatrixND.h:675
Function
MatrixND<T,numRows,numColumns> operator +
src/Om/Om Framework/om/math/omMatrixND.h:638
Function
MatrixND<T,numRows,otherColumnDimension> operator *
src/Om/Om Framework/om/math/omMatrixND.h:391
Method
MeshBVH
Create a triangle interface for the specified mesh shape.
src/GSound/gsound/gsSoundMesh.h:546
Function
Node
src/Om/Om BVH/om/bvh/omAABBTree4.cpp:127
Method
Node
src/GSound/gsound/internal/gsSoundSourceClusterer.h:170
Function
OM_FORCE_INLINE SIMDArray
######################################################################################### Start Om Math Namespace
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:49
Method
ObjectPool
src/GSound/gsound/gsSoundListenerRenderer.h:322
Function
Optional
######################################################################################### Start Om Language Namespace
src/Om/Om Framework/om/lang/omOptional.h:42
Method
Optional
Create an Optional object that stores a 'void' type.
src/Om/Om Framework/om/lang/omOptional.h:270
Method
P
src/Om/Om Framework/om/math/omSphericalHarmonics.h:3182
Function
PYBIND11_MODULE
src/pygsound/src/module.cpp:25
Method
PathRenderState
Create a new path renderer state.
src/GSound/gsound/gsSoundListenerRenderer.cpp:678
Function
Plane3D<T> transformToLocal
Transform the specified plane into object space. * This method rotates the normal of the plane into the new coordinate frame * and calculates a n
src/Om/Om Framework/om/math/omTransform3D.h:178
Function
Plane3D<T> transformToWorld
Transform the specified plane into world space. * This method rotates the normal of the plane into the new coordinate frame * and calculates a ne
src/Om/Om Framework/om/math/omTransform3D.h:273
Function
PrimitiveCount getPrimitivesPerLeaf
Return the maximum number of primitives that can be part of a leaf node in this BVH.
src/Om/Om BVH/om/bvh/omAABBTree4.h:175
Method
QEMVertex
Create a new QEM vertex with the specified error metric matrix.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:809
Function
Quaternion4D<T> invert
Return the inverse of this quaternion. * This method makes no assumptions about the quaternion's magnitude. * If inverting a unit-length quaterni
src/Om/Om Framework/om/math/omQuaternion.h:244
Function
Quaternion4D<T> invertNormalized
Return the inverse of this normalized quaternion. * This method assumes that the quaternion is of unit length. This * greatly simplifies the calc
src/Om/Om Framework/om/math/omQuaternion.h:261
Function
Quaternion4D<T> normalize
Return a normalized version of this quaternion. * This method normalizes this quaternion by dividing * each component by the quaternion's magnitu
src/Om/Om Framework/om/math/omQuaternion.h:201
Function
Quaternion4D<T> operator *
Multiply this quaternion and another quaternion. * This operation, like matrix multiplication, is not commutative. */
src/Om/Om Framework/om/math/omQuaternion.h:451
Function
Quaternion4D<T> operator +
Add this quaternion to another and return the result. * This method adds another quaternion to this one, component-wise, * and returns this addit
src/Om/Om Framework/om/math/omQuaternion.h:426
Function
Quaternion4D<T> operator -
Subtract a quaternion from this quaternion component-wise and return the result. * This method subtracts another quaternion from this one, component-w
src/Om/Om Framework/om/math/omQuaternion.h:441
Function
Quaternion4D<T> operator /
Divide every component of this quaternion by a value and return the result. * This method divides every component of the quaternion by the value param
src/Om/Om Framework/om/math/omQuaternion.h:484
Function
Quaternion4D<T> slerp
src/Om/Om Framework/om/math/omQuaternion.h:732
Method
Random
Create a random variable with a default initial seed value derived from the current system time.
src/Om/Om Framework/om/math/omRandom.h:351
Function
Representation getRepresentation
Return the representation type for this directional IR.
src/Om/Om Sound/om/sound/base/omSoundDirectionalIR.h:208
Method
Resource<DataType> load
src/Om/Om Resources/om/resources/omResourceManager.h:108
Method
ResourceID
Create a new resource ID which doesn't point to a valid resource.
src/Om/Om Resources/om/resources/omResourceID.h:76
Function
ResourceLocalID getResourceLocalID
src/Om/Om Resources/om/resources/omResourceSet.h:306
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:141
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:376
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:615
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:858
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:1105
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:1356
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:1613
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:1874
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:2139
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:2408
Method
ReturnType operator ()
Call this function and return its return value. * Calling a NULL function object will cause an assertion to be raised. */
src/Om/Om Framework/om/lang/omFunction.h:2682
Method
ReturnType> join
src/Om/Om Framework/om/threads/omThread.h:101
Function
SIMDArray
Create a new SIMD array with all elements equal to the specified value.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:77
Function
SIMDArray
Create a new SIMD scalar with all elements equal to the specified value.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:78
Function
SIMDArray<Float32,width> abs
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:712
Function
SIMDArray<Float32,width> ceiling
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:727
Function
SIMDArray<Float32,width> cos
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:893
Function
SIMDArray<Float32,width> exp
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:848
Function
SIMDArray<Float32,width> floor
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:742
Function
SIMDArray<Float32,width> ln
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:818
Function
SIMDArray<Float32,width> log10
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:833
Function
SIMDArray<Float32,width> max
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:787
Function
SIMDArray<Float32,width> min
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:772
Function
SIMDArray<Float32,width> operator *
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:666
Function
SIMDArray<Float32,width> operator +
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:646
Function
SIMDArray<Float32,width> operator -
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:656
Function
SIMDArray<Float32,width> operator /
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:676
Function
SIMDArray<Float32,width> pow
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:863
Function
SIMDArray<Float32,width> select
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:802
Function
SIMDArray<Float32,width> sin
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:878
Function
SIMDArray<Float32,width> sqrt
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:757
Function
SIMDArray<Int32,width> abs
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:829
Function
SIMDArray<Int32,width> max
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:874
Function
SIMDArray<Int32,width> min
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:859
Function
SIMDArray<Int32,width> operator !=
Compare two SIMD arrays component-wise for inequality.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:342
Function
SIMDArray<Int32,width> operator !=
Compare two 4D SIMD scalars component-wise for inequality
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:224
Function
SIMDArray<Int32,width> operator *
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:798
Function
SIMDArray<Int32,width> operator +
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:778
Function
SIMDArray<Int32,width> operator -
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:788
Function
SIMDArray<Int32,width> operator /
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:808
Function
SIMDArray<Int32,width> operator <
Perform a component-wise less-than comparison between this an another SIMD array.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:367
Function
SIMDArray<Int32,width> operator <
Perform a component-wise less-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:249
Function
SIMDArray<Int32,width> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another SIMD array.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:417
Function
SIMDArray<Int32,width> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:299
Function
SIMDArray<Int32,width> operator ==
Compare two SIMD arrays component-wise for equality.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:317
Function
SIMDArray<Int32,width> operator ==
Compare two 4D SIMD scalars component-wise for equality.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:199
Function
SIMDArray<Int32,width> operator >
Perform a component-wise greater-than comparison between this an another SIMD array.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:392
Function
SIMDArray<Int32,width> operator >
Perform a component-wise greater-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:274
Function
SIMDArray<Int32,width> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another SIMD array.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:442
Function
SIMDArray<Int32,width> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:324
Function
SIMDArray<Int32,width> select
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:889
Function
SIMDArray<Int32,width> sqrt
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:844
Function
SIMDFloat4 getHitPoint
src/Om/Om BVH/om/bvh/omBVHRay.h:109
Function
SIMDFloat4 transformPoint
Transform a 3D point by this transformation.
src/Om/Om BVH/om/bvh/omBVHTransform.h:187
Function
SIMDFloat4 transformVector
Transform a 3D vector by this transformation, neglecting the translation.
src/Om/Om BVH/om/bvh/omBVHTransform.h:194
Function
SIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:186
Function
SIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:205
Function
SIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:194
← previous
next →
1,801–1,900 of 4,063, ranked by callers