Example #1
0
 public static Vector3 ToSharpDXVector3(this BulletSharp.Math.Vector3 v)
 {
     return(new Vector3(v.ToArray()));
 }