mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[DSOUND]
* ProjectVector is used in commented out code. svn path=/trunk/; revision=64932
This commit is contained in:
@@ -121,6 +121,7 @@ static inline D3DVECTOR VectorBetweenTwoPoints (const D3DVECTOR *a, const D3DVEC
|
||||
return c;
|
||||
}
|
||||
|
||||
#ifndef __REACTOS__
|
||||
/* calculates the length of vector's projection on another vector */
|
||||
static inline D3DVALUE ProjectVector (const D3DVECTOR *a, const D3DVECTOR *p)
|
||||
{
|
||||
@@ -131,6 +132,7 @@ static inline D3DVALUE ProjectVector (const D3DVECTOR *a, const D3DVECTOR *p)
|
||||
p->y, p->z, result);
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*******************************************************************************
|
||||
* 3D Buffer and Listener mixing
|
||||
|
||||
Reference in New Issue
Block a user