Bullet Collision Detection & Physics Library
Public Attributes | List of all members
plRayCastResult Struct Reference

#include <Bullet-C-Api.h>

Public Attributes

plRigidBodyHandle m_body
 
plCollisionShapeHandle m_shape
 
plVector3 m_positionWorld
 
plVector3 m_normalWorld
 

Detailed Description

Definition at line 152 of file Bullet-C-Api.h.

Member Data Documentation

plRigidBodyHandle plRayCastResult::m_body

Definition at line 153 of file Bullet-C-Api.h.

plVector3 plRayCastResult::m_normalWorld

Definition at line 156 of file Bullet-C-Api.h.

plVector3 plRayCastResult::m_positionWorld

Definition at line 155 of file Bullet-C-Api.h.

plCollisionShapeHandle plRayCastResult::m_shape

Definition at line 154 of file Bullet-C-Api.h.


The documentation for this struct was generated from the following file: