Click or drag to resize
ToMonoGame Class
Convert from Bullet3d to MonoGame.
Inheritance Hierarchy
SystemObject
  GeonBit.Core.PhysicsToMonoGame

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ToMonoGame

The ToMonoGame type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMatrix
Convert a matrix from Bullet to MonoGame.
Public methodStatic memberVector
Convert a vector from Bullet to MonoGame.
Public methodStatic memberVectors
Convert an array of vectors from Bullet3d to MonoGame.
Top
See Also