コード例 #1
0
 public static extern void obb_local_to_world(
     [In][Out] OrientedBoundingBox box,
     out Matrix3X4 world
     );
コード例 #2
0
 public static extern void obb_world_to_local(
     [In][Out] OrientedBoundingBox box,
     out Matrix3X4 local
     );