Table of Contents

Method b3RayCastHull

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

b3RayCastHull(b3HullData*, b3RayCastInput*)

Ray cast versus hull shape in local space. A zero length ray is a point query. Initial overlap reports a hit at the ray origin with zero fraction and zero normal.

public static extern b3CastOutput b3RayCastHull(b3HullData* shape, b3RayCastInput* input)

Parameters

shape b3HullData*

See the Box3D documentation.

input b3RayCastInput*

See the Box3D documentation.

Returns

b3CastOutput

See the Box3D documentation.