Table of Contents

Method b3ShapeCastHeightField

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

b3ShapeCastHeightField(b3HeightFieldData*, b3ShapeCastInput*)

Shape cast versus a height field. Initial overlap is treated as a miss.

public static extern b3CastOutput b3ShapeCastHeightField(b3HeightFieldData* shape, b3ShapeCastInput* input)

Parameters

shape b3HeightFieldData*

See the Box3D documentation.

input b3ShapeCastInput*

See the Box3D documentation.

Returns

b3CastOutput

See the Box3D documentation.