Public Member Functions | Public Attributes | List of all members
mcl_3dl::Raycast< POINT_TYPE >::CastResult Class Reference

#include <raycast.h>

Public Member Functions

 CastResult (const Vec3 pos, bool collision, float sin_angle)
 

Public Attributes

bool collision_
 
Vec3 pos_
 
float sin_angle_
 

Detailed Description

template<typename POINT_TYPE>
class mcl_3dl::Raycast< POINT_TYPE >::CastResult

Definition at line 44 of file raycast.h.

Constructor & Destructor Documentation

template<typename POINT_TYPE>
mcl_3dl::Raycast< POINT_TYPE >::CastResult::CastResult ( const Vec3  pos,
bool  collision,
float  sin_angle 
)
inline

Definition at line 51 of file raycast.h.

Member Data Documentation

template<typename POINT_TYPE>
bool mcl_3dl::Raycast< POINT_TYPE >::CastResult::collision_

Definition at line 48 of file raycast.h.

template<typename POINT_TYPE>
Vec3 mcl_3dl::Raycast< POINT_TYPE >::CastResult::pos_

Definition at line 47 of file raycast.h.

template<typename POINT_TYPE>
float mcl_3dl::Raycast< POINT_TYPE >::CastResult::sin_angle_

Definition at line 49 of file raycast.h.


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


mcl_3dl
Author(s): Atsushi Watanabe
autogenerated on Mon Jul 8 2019 03:32:36