Method b3AABB_Center
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3AABB_Center(b3AABB)
Computes the centre of a box.
public static Vector3 b3AABB_Center(b3AABB a)Parameters
ab3AABB-
The box.
Returns
- Vector3
-
The centre.
Computes the centre of a box.
public static Vector3 b3AABB_Center(b3AABB a)a b3AABB The box.
The centre.