Method b3RayCastCapsule
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3RayCastCapsule(b3Capsule*, b3RayCastInput*)
Ray cast versus capsule 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 b3RayCastCapsule(b3Capsule* shape, b3RayCastInput* input)Parameters
shapeb3Capsule*-
See the Box3D documentation.
inputb3RayCastInput*-
See the Box3D documentation.
Returns
- b3CastOutput
-
See the Box3D documentation.