Click or drag to resize
ToBulletMatrix Method
Convert a matrix from MonoGame to Bullet3d.

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

Parameters

matrix
Type: Matrix
Matrix to convert.

Return Value

Type: Matrix
Bullet matrix.
See Also