Method b3AABB_Area
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3AABB_Area(b3AABB)
Computes the surface area of a box.
public static float b3AABB_Area(b3AABB a)Parameters
ab3AABB-
The box.
Returns
- float
-
The surface area.
Computes the surface area of a box.
public static float b3AABB_Area(b3AABB a)a b3AABB The box.
The surface area.