MCPcopy Create free account

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

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

FunctionUTF8String getExtension
Return a string representing the extension of this node's file name. * The extension is defined as the characters after the last period '.' * in
src/Om/Om Framework/om/fs/omFileSystemNode.h:93
FunctionUTF8String getName
src/Om/Om Framework/om/fs/omFileSystemNode.h:78
FunctionVectorND<Float32,3>
Convert this scalar to a 3D vector using the first 3 components.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:346
FunctionVectorND<Float32,4>
Convert this scalar to a 4D vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:353
FunctionVectorND<Size,2> getSize
Return a 2D vector indicating the (row count, column count) in this matrix.
src/Om/Om Framework/om/math/omMatrix.h:266
MethodVectorND<T,2>
Convert this swizzle permutation to a vector.
src/Om/Om Framework/om/math/omVector2D.h:885
FunctionVectorND<T,2> abs
src/Om/Om Framework/om/math/omVector2D.h:671
FunctionVectorND<T,2> ceiling
src/Om/Om Framework/om/math/omVector2D.h:713
FunctionVectorND<T,2> floor
src/Om/Om Framework/om/math/omVector2D.h:703
FunctionVectorND<T,2> getCenter
Return the center of the bounding box.
src/Om/Om Framework/om/math/omAABB2D.h:216
FunctionVectorND<T,2> getDiagonal
Return the diagonal vector of this matrix.
src/Om/Om Framework/om/math/omMatrix2D.h:273
FunctionVectorND<T,2> getDiagonal
Return the vector from the minimum coordinate to the maximum.
src/Om/Om Framework/om/math/omAABB2D.h:202
FunctionVectorND<T,2> getRow
Get the row at the specified index in the matrix.
src/Om/Om Framework/om/math/omMatrix2D.h:223
FunctionVectorND<T,2> getSize
Return a vector indicating the axial distances between the minimum and maximum coordinate.
src/Om/Om Framework/om/math/omAABB2D.h:195
FunctionVectorND<T,2> max
src/Om/Om Framework/om/math/omVector2D.h:692
FunctionVectorND<T,2> midpoint
src/Om/Om Framework/om/math/omVector2D.h:660
FunctionVectorND<T,2> min
src/Om/Om Framework/om/math/omVector2D.h:681
FunctionVectorND<T,2> mod
src/Om/Om Framework/om/math/omVector2D.h:723
FunctionVectorND<T,2> operator *
src/Om/Om Framework/om/math/omVector2D.h:604
FunctionVectorND<T,2> operator *
Multiply a vector/point by this matrix and return the result.
src/Om/Om Framework/om/math/omMatrix2D.h:460
FunctionVectorND<T,2> operator +
src/Om/Om Framework/om/math/omVector2D.h:584
FunctionVectorND<T,2> operator -
src/Om/Om Framework/om/math/omVector2D.h:594
FunctionVectorND<T,2> operator /
src/Om/Om Framework/om/math/omVector2D.h:614
FunctionVectorND<T,2> perp
src/Om/Om Framework/om/math/omVector2D.h:650
MethodVectorND<T,3>
Convert this swizzle permutation to a vector.
src/Om/Om Framework/om/math/omVector3D.h:1149
MethodVectorND<T,3>
Convert this swizzle permutation to a vector.
src/Om/Om Framework/om/math/omVector3D.h:1265
MethodVectorND<T,3>
Convert this swizzle permutation to a vector.
src/Om/Om Framework/om/math/omVector3D.h:1381
MethodVectorND<T,3>
Convert this swizzle permutation to a vector.
src/Om/Om Framework/om/math/omVector3D.h:1497
FunctionVectorND<T,3> abs
src/Om/Om Framework/om/math/omVector3D.h:856
FunctionVectorND<T,3> barycentric
src/Om/Om Framework/om/math/omVector3D.h:943
FunctionVectorND<T,3> ceiling
src/Om/Om Framework/om/math/omVector3D.h:900
FunctionVectorND<T,3> cross
src/Om/Om Framework/om/math/omVector3D.h:832
FunctionVectorND<T,3> eulerXYZ
src/Om/Om Framework/om/math/omMatrix3D.h:936
FunctionVectorND<T,3> eulerXZY
src/Om/Om Framework/om/math/omMatrix3D.h:956
FunctionVectorND<T,3> eulerYXZ
src/Om/Om Framework/om/math/omMatrix3D.h:976
FunctionVectorND<T,3> eulerYZX
src/Om/Om Framework/om/math/omMatrix3D.h:996
FunctionVectorND<T,3> eulerZXY
src/Om/Om Framework/om/math/omMatrix3D.h:1016
FunctionVectorND<T,3> eulerZYX
src/Om/Om Framework/om/math/omMatrix3D.h:1036
FunctionVectorND<T,3> floor
src/Om/Om Framework/om/math/omVector3D.h:890
FunctionVectorND<T,3> getAxis
Return the normalized axis of rotation for this quaternion.
src/Om/Om Framework/om/math/omQuaternion.h:389
FunctionVectorND<T,3> getCenter
Return the center of the bounding box.
src/Om/Om Framework/om/math/omAABB3D.h:245
FunctionVectorND<T,3> getDiagonal
Return the diagonal vector of this matrix.
src/Om/Om Framework/om/math/omMatrix3D.h:506
FunctionVectorND<T,3> getDiagonal
Return the vector from the minimum coordinate to the maximum.
src/Om/Om Framework/om/math/omAABB3D.h:231
FunctionVectorND<T,3> getPositionAt
src/Om/Om Framework/om/math/omRay3D.h:95
FunctionVectorND<T,3> getProjection
Return the projection of the given point onto the plane.
src/Om/Om Framework/om/math/omPlane3D.h:122
FunctionVectorND<T,3> getProjectionNormalized
Return the projection of the given point onto the plane. * The plane is assumed to have a normal vector of unit length. This * results in a signi
src/Om/Om Framework/om/math/omPlane3D.h:135
FunctionVectorND<T,3> getReflection
Get the reflection of a point over the plane.
src/Om/Om Framework/om/math/omPlane3D.h:170
FunctionVectorND<T,3> getReflectionNormalized
Get the reflection of a point over the plane. * The plane is assumed to have a normal vector of unit length. This * results in a significantly fa
src/Om/Om Framework/om/math/omPlane3D.h:183
FunctionVectorND<T,3> getRow
Get the row at the specified index in the matrix.
src/Om/Om Framework/om/math/omMatrix3D.h:423
FunctionVectorND<T,3> getSize
Return a vector indicating the axial distances between the minimum and maximum coordinate.
src/Om/Om Framework/om/math/omAABB3D.h:224
FunctionVectorND<T,3> getVectorProjection
Return the projection of the given point onto the plane.
src/Om/Om Framework/om/math/omPlane3D.h:146
FunctionVectorND<T,3> getVectorProjectionNormalized
Return the projection of the given point onto the plane. * The plane is assumed to have a normal vector of unit length. This * results in a signi
src/Om/Om Framework/om/math/omPlane3D.h:159
FunctionVectorND<T,3> getVectorReflection
Return the specular reflection of a vector off the plane.
src/Om/Om Framework/om/math/omPlane3D.h:194
FunctionVectorND<T,3> getVectorReflectionNormalized
Return the specular reflection of a vector off the plane, if the plane has a unit normal vector. * The plane is assumed to have a normal vector of uni
src/Om/Om Framework/om/math/omPlane3D.h:207
FunctionVectorND<T,3> max
src/Om/Om Framework/om/math/omVector3D.h:878
FunctionVectorND<T,3> midpoint
src/Om/Om Framework/om/math/omVector3D.h:844
FunctionVectorND<T,3> min
src/Om/Om Framework/om/math/omVector3D.h:866
FunctionVectorND<T,3> mod
src/Om/Om Framework/om/math/omVector3D.h:910
FunctionVectorND<T,3> operator *
Multiply a vector/point by this matrix and return the result.
src/Om/Om Framework/om/math/omMatrix3D.h:695
FunctionVectorND<T,3> operator *
src/Om/Om Framework/om/math/omVector3D.h:791
FunctionVectorND<T,3> operator *
Transform the specified vector to world space with this transformation.
src/Om/Om Framework/om/math/omTransform3D.h:335
FunctionVectorND<T,3> operator +
src/Om/Om Framework/om/math/omVector3D.h:771
FunctionVectorND<T,3> operator -
src/Om/Om Framework/om/math/omVector3D.h:781
FunctionVectorND<T,3> operator /
src/Om/Om Framework/om/math/omVector3D.h:801
FunctionVectorND<T,3> rotateToLocal
Rotate the specified vector to object space. * This method does not perform any translation or scaling on the * input point. This function is ide
src/Om/Om Framework/om/math/omTransform3D.h:206
FunctionVectorND<T,3> rotateToWorld
Rotate the specified vector to world space. * This method does not perform any translation or scaling on the * input point. This function is idea
src/Om/Om Framework/om/math/omTransform3D.h:310
FunctionVectorND<T,3> scaleToLocal
Scale a vector to object space.
src/Om/Om Framework/om/math/omTransform3D.h:213
FunctionVectorND<T,3> scaleToWorld
Scale a vector to world space.
src/Om/Om Framework/om/math/omTransform3D.h:317
FunctionVectorND<T,3> transformToLocal
src/Om/Om Framework/om/math/omTransform3D.h:132
FunctionVectorND<T,3> transformToWorld
Transform the specified scalar value to world space. * This will perform any scaling necessary to satisfy the transformation. */
src/Om/Om Framework/om/math/omTransform3D.h:227
FunctionVectorND<T,4> abs
src/Om/Om Framework/om/math/omVector4D.h:948
FunctionVectorND<T,4> ceiling
src/Om/Om Framework/om/math/omVector4D.h:994
FunctionVectorND<T,4> floor
src/Om/Om Framework/om/math/omVector4D.h:984
FunctionVectorND<T,4> getDiagonal
Return the diagonal vector of this matrix.
src/Om/Om Framework/om/math/omMatrix4D.h:427
FunctionVectorND<T,4> getRow
Get the row at the specified index in the matrix.
src/Om/Om Framework/om/math/omMatrix4D.h:342
FunctionVectorND<T,4> max
src/Om/Om Framework/om/math/omVector4D.h:971
FunctionVectorND<T,4> midpoint
src/Om/Om Framework/om/math/omVector4D.h:935
FunctionVectorND<T,4> min
src/Om/Om Framework/om/math/omVector4D.h:958
FunctionVectorND<T,4> mod
src/Om/Om Framework/om/math/omVector4D.h:1004
FunctionVectorND<T,4> operator *
src/Om/Om Framework/om/math/omMatrix4D.h:659
FunctionVectorND<T,4> operator *
src/Om/Om Framework/om/math/omVector4D.h:894
FunctionVectorND<T,4> operator +
src/Om/Om Framework/om/math/omVector4D.h:874
FunctionVectorND<T,4> operator -
src/Om/Om Framework/om/math/omVector4D.h:884
FunctionVectorND<T,4> operator /
src/Om/Om Framework/om/math/omVector4D.h:904
FunctionVectorND<T,numColumns> operator *
src/Om/Om Framework/om/math/omMatrixND.h:653
FunctionVectorND<T,numRows> operator *
Multiply a vector/point by this matrix and return the result.
src/Om/Om Framework/om/math/omMatrixND.h:413
MethodVoxelTree
src/GSound/gsound/gsSoundMeshPreprocessor.cpp:127
MethodWorldSpaceEdge
src/GSound/gsound/gsSoundPropagator.cpp:224
MethodY
src/Om/Om Framework/om/math/omSphericalHarmonics.h:3233
Method__init__
(self, name, sourcedir='')
setup.py:18
Functionabs
src/Om/Om Framework/om/math/omArrayMath.h:1367
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:395
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:437
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:510
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:622
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:778
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:987
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:1258
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:1600
Methodaccumulate
Multiply-accumulate the spherical harmonic expansion for the given 3D normalized cartesian vector and weight.
src/Om/Om Framework/om/math/omSphericalHarmonics.h:2022
← previousnext →2,101–2,200 of 4,063, ranked by callers