Table of Contents

Method b3GetHullSoaVertices

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3GetHullSoaVertices(b3HullData*)

Gets the structure-of-arrays vertex data of a convex hull: every x, then every y, then every z.

public static float* b3GetHullSoaVertices(b3HullData* hull)

Parameters

hull b3HullData*

The hull.

Returns

float*

A pointer to the data, or null when the hull has none.

Remarks

Each of the three runs is padded to a multiple of four, and the padding repeats the first value.