mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
fix typo in b3Vector3
This commit is contained in:
parent
f12fe0237b
commit
96994d3dd5
@ -78,8 +78,8 @@ class b3Vector4;
|
|||||||
|
|
||||||
#if defined(B3_USE_SSE_IN_API) && defined (B3_USE_SSE)
|
#if defined(B3_USE_SSE_IN_API) && defined (B3_USE_SSE)
|
||||||
//#if defined (B3_USE_SSE) || defined (B3_USE_NEON)
|
//#if defined (B3_USE_SSE) || defined (B3_USE_NEON)
|
||||||
inline b3Vector3 b3MakeVector3( b3SimdFloat3 v);
|
inline b3Vector3 b3MakeVector3( b3SimdFloat4 v);
|
||||||
inline b3Vector4 b3MakeVector4(b3SimdFloat4 vec);
|
inline b3Vector4 b3MakeVector4( b3SimdFloat4 vec);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline b3Vector3 b3MakeVector3(b3Scalar x,b3Scalar y,b3Scalar z);
|
inline b3Vector3 b3MakeVector3(b3Scalar x,b3Scalar y,b3Scalar z);
|
||||||
|
Loading…
Reference in New Issue
Block a user