Home
last modified time | relevance | path

Searched refs:projPlane (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faudio/FAudio-21.01/src/
H A DF3DAudio.c967 F3DAUDIO_VECTOR projTopVec, projPlane; in ComputeEmitterChannelCoefficients() local
991 projPlane = VectorSub(channelPosition, projTopVec); in ComputeEmitterChannelCoefficients()
992 radialDistance = VectorLength(projPlane); in ComputeEmitterChannelCoefficients()
1038 x = VectorDot(listenerBasis->front, projPlane); in ComputeEmitterChannelCoefficients()
1039 y = VectorDot(listenerBasis->right, projPlane); in ComputeEmitterChannelCoefficients()
1090 x = VectorDot(listenerBasis->front, projPlane); in ComputeEmitterChannelCoefficients()
1091 y = VectorDot(listenerBasis->right, projPlane); in ComputeEmitterChannelCoefficients()
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbDPViewVolume.cpp1306 SbDPPlane projPlane(this->projDir, this->projPoint); in transform() local
1307 this->nearDist = projPlane.getDistance(nearpt); in transform()