public static extern void obb_local_to_world( [In][Out] OrientedBoundingBox box, out Matrix3X4 world );
public static extern void obb_world_to_local( [In][Out] OrientedBoundingBox box, out Matrix3X4 local );