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
shapeb3HullData*-
See the Box3D documentation.
inputb3RayCastInput*-
See the Box3D documentation.
Returns
- b3CastOutput
-
See the Box3D documentation.