Table of Contents

Method b3RayCastMesh

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

b3RayCastMesh(b3Mesh*, b3RayCastInput*)

Ray cast versus mesh in local space. A thin surface with no interior, so there is no overlap case.

public static extern b3CastOutput b3RayCastMesh(b3Mesh* shape, b3RayCastInput* input)

Parameters

shape b3Mesh*

See the Box3D documentation.

input b3RayCastInput*

See the Box3D documentation.

Returns

b3CastOutput

See the Box3D documentation.