Click or drag to resize
ToMonoGameVectors Method
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)
Syntax
C#
public static Vector3[] Vectors(
	Vector3[] bvecs
)

Parameters

bvecs
Type: Vector3
Bullet3d vectors array to convert.

Return Value

Type: Vector3
Array of MonoGame vectors.
See Also