Click or drag to resize
ToMonoGameVector Method
Convert a vector from Bullet 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 Vector(
	Vector3 vec
)

Parameters

vec
Type: Vector3
Vector to convert.

Return Value

Type: Vector3
MonoGame vector
See Also