MCPcopy Create free account

hub / github.com/GAMMA-UMD/pygsound / functions

Functions4,063 in github.com/GAMMA-UMD/pygsound

FunctionMatrixND<T,3,3> operator *
Transform the specified matrix to world space with this transformation.
src/Om/Om Framework/om/math/omTransform3D.h:342
FunctionMatrixND<T,3,3> operator +
src/Om/Om Framework/om/math/omMatrix3D.h:869
FunctionMatrixND<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
FunctionMatrixND<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
FunctionMatrixND<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
FunctionMatrixND<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
FunctionMatrixND<T,4,4> abs
src/Om/Om Framework/om/math/omMatrix4D.h:897
FunctionMatrixND<T,4,4> operator *
src/Om/Om Framework/om/math/omMatrix4D.h:873
FunctionMatrixND<T,4,4> operator +
src/Om/Om Framework/om/math/omMatrix4D.h:846
FunctionMatrixND<T,4,4> toMatrix
Convert this transformation into a 4x4 homogeneous-coordinate matrix.
src/Om/Om Framework/om/math/omTransform3D.h:393
FunctionMatrixND<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
FunctionMatrixND<T,numColumns,numRows> transpose
Return the transpose of this matrix.
src/Om/Om Framework/om/math/omMatrixND.h:280
FunctionMatrixND<T,numRows,numColumns> operator *
src/Om/Om Framework/om/math/omMatrixND.h:675
FunctionMatrixND<T,numRows,numColumns> operator +
src/Om/Om Framework/om/math/omMatrixND.h:638
FunctionMatrixND<T,numRows,otherColumnDimension> operator *
src/Om/Om Framework/om/math/omMatrixND.h:391
MethodMeshBVH
Create a triangle interface for the specified mesh shape.
src/GSound/gsound/gsSoundMesh.h:546
FunctionNode
src/Om/Om BVH/om/bvh/omAABBTree4.cpp:127
MethodNode
src/GSound/gsound/internal/gsSoundSourceClusterer.h:170
FunctionOM_FORCE_INLINE SIMDArray
######################################################################################### Start Om Math Namespace
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:49
MethodObjectPool
src/GSound/gsound/gsSoundListenerRenderer.h:322
FunctionOptional
######################################################################################### Start Om Language Namespace
src/Om/Om Framework/om/lang/omOptional.h:42
MethodOptional
Create an Optional object that stores a 'void' type.
src/Om/Om Framework/om/lang/omOptional.h:270
MethodP
src/Om/Om Framework/om/math/omSphericalHarmonics.h:3182
FunctionPYBIND11_MODULE
src/pygsound/src/module.cpp:25
MethodPathRenderState
Create a new path renderer state.
src/GSound/gsound/gsSoundListenerRenderer.cpp:678
FunctionPlane3D<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
FunctionPlane3D<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
FunctionPrimitiveCount 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
MethodQEMVertex
Create a new QEM vertex with the specified error metric matrix.
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:809
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<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
FunctionQuaternion4D<T> slerp
src/Om/Om Framework/om/math/omQuaternion.h:732
MethodRandom
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
FunctionRepresentation getRepresentation
Return the representation type for this directional IR.
src/Om/Om Sound/om/sound/base/omSoundDirectionalIR.h:208
MethodResource<DataType> load
src/Om/Om Resources/om/resources/omResourceManager.h:108
MethodResourceID
Create a new resource ID which doesn't point to a valid resource.
src/Om/Om Resources/om/resources/omResourceID.h:76
FunctionResourceLocalID getResourceLocalID
src/Om/Om Resources/om/resources/omResourceSet.h:306
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType 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
MethodReturnType> join
src/Om/Om Framework/om/threads/omThread.h:101
FunctionSIMDArray
Create a new SIMD array with all elements equal to the specified value.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:77
FunctionSIMDArray
Create a new SIMD scalar with all elements equal to the specified value.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:78
FunctionSIMDArray<Float32,width> abs
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:712
FunctionSIMDArray<Float32,width> ceiling
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:727
FunctionSIMDArray<Float32,width> cos
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:893
FunctionSIMDArray<Float32,width> exp
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:848
FunctionSIMDArray<Float32,width> floor
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:742
FunctionSIMDArray<Float32,width> ln
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:818
FunctionSIMDArray<Float32,width> log10
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:833
FunctionSIMDArray<Float32,width> max
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:787
FunctionSIMDArray<Float32,width> min
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:772
FunctionSIMDArray<Float32,width> operator *
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:666
FunctionSIMDArray<Float32,width> operator +
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:646
FunctionSIMDArray<Float32,width> operator -
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:656
FunctionSIMDArray<Float32,width> operator /
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:676
FunctionSIMDArray<Float32,width> pow
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:863
FunctionSIMDArray<Float32,width> select
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:802
FunctionSIMDArray<Float32,width> sin
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:878
FunctionSIMDArray<Float32,width> sqrt
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:757
FunctionSIMDArray<Int32,width> abs
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:829
FunctionSIMDArray<Int32,width> max
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:874
FunctionSIMDArray<Int32,width> min
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:859
FunctionSIMDArray<Int32,width> operator !=
Compare two SIMD arrays component-wise for inequality.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:342
FunctionSIMDArray<Int32,width> operator !=
Compare two 4D SIMD scalars component-wise for inequality
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:224
FunctionSIMDArray<Int32,width> operator *
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:798
FunctionSIMDArray<Int32,width> operator +
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:778
FunctionSIMDArray<Int32,width> operator -
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:788
FunctionSIMDArray<Int32,width> operator /
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:808
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<Int32,width> operator ==
Compare two SIMD arrays component-wise for equality.
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:317
FunctionSIMDArray<Int32,width> operator ==
Compare two 4D SIMD scalars component-wise for equality.
src/Om/Om Framework/om/math/omSIMDArrayFloat32.h:199
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<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
FunctionSIMDArray<Int32,width> select
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:889
FunctionSIMDArray<Int32,width> sqrt
src/Om/Om Framework/om/math/omSIMDArrayInt32.h:844
FunctionSIMDFloat4 getHitPoint
src/Om/Om BVH/om/bvh/omBVHRay.h:109
FunctionSIMDFloat4 transformPoint
Transform a 3D point by this transformation.
src/Om/Om BVH/om/bvh/omBVHTransform.h:187
FunctionSIMDFloat4 transformVector
Transform a 3D vector by this transformation, neglecting the translation.
src/Om/Om BVH/om/bvh/omBVHTransform.h:194
FunctionSIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:186
FunctionSIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:205
FunctionSIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:194
← previousnext →1,801–1,900 of 4,063, ranked by callers