Method b3ShapeCastHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ShapeCastHull(b3HullData*, b3ShapeCastInput*)
Shape cast versus a hull. Initial overlap is treated as a miss.
public static extern b3CastOutput b3ShapeCastHull(b3HullData* shape, b3ShapeCastInput* input)Parameters
shapeb3HullData*-
See the Box3D documentation.
inputb3ShapeCastInput*-
See the Box3D documentation.
Returns
- b3CastOutput
-
See the Box3D documentation.