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

#include <raycast.h>

Public Member Functions

 CastResult ()
 
 CastResult (const Vec3 &pos, bool collision, float sin_angle, const POINT_TYPE *point)
 

Public Attributes

bool collision_
 
const POINT_TYPE * point_
 
Vec3 pos_
 
float sin_angle_
 

Detailed Description

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

Definition at line 45 of file raycast.h.

Constructor & Destructor Documentation

template<typename POINT_TYPE >
mcl_3dl::Raycast< POINT_TYPE >::CastResult::CastResult ( )
inline

Definition at line 53 of file raycast.h.

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

Definition at line 61 of file raycast.h.

Member Data Documentation

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

Definition at line 49 of file raycast.h.

template<typename POINT_TYPE >
const POINT_TYPE* mcl_3dl::Raycast< POINT_TYPE >::CastResult::point_

Definition at line 51 of file raycast.h.

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

Definition at line 48 of file raycast.h.

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

Definition at line 50 of file raycast.h.


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


mcl_3dl
Author(s): Atsushi Watanabe
autogenerated on Wed May 12 2021 02:16:29