Convert a vector from MonoGame to Bullet3d.
Namespace:
GeonBit.Core.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Vector3 Vector(
Vector3 vec
)
Parameters
- vec
- Type: Vector3
Vector to convert.
Return Value
Type:
Vector3Bullet vector.
See Also