Convert an array of vectors from Bullet3d to MonoGame.
            
 
    Namespace: 
   GeonBit.Core.Physics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Vector3[] Vectors(
	Vector3[] bvecs
)
Parameters
- bvecs
 - Type: Vector3
Bullet3d vectors array to convert. 
Return Value
Type: 
Vector3Array of MonoGame vectors.
See Also