mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 14:14:09 +00:00
ProjectileInfo
This commit is contained in:
parent
6af77d8514
commit
895062a09d
4 changed files with 299 additions and 12 deletions
|
@ -109,7 +109,7 @@ DotProduct(const CVector &v1, const CVector &v2)
|
|||
return v1.x*v2.x + v1.y*v2.y + v1.z*v2.z;
|
||||
}
|
||||
|
||||
inline CVector
|
||||
inline const CVector
|
||||
CrossProduct(const CVector &v1, const CVector &v2)
|
||||
{
|
||||
return CVector(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue