OpenBarnyard
 
Loading...
Searching...
No Matches
TMath.h
Go to the documentation of this file.
1
5
6#pragma once
7#include "TVector4.h"
8
10
11namespace TMath
12{
13
14TBOOL ConeVsSphere( const TVector4& a_rvConePosition, const TVector4& a_rvConeDirection, float a_fConeFOV, float a_fSphereRadius, const TVector4& a_rvSpherePosition );
15
16}
17
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
bool TBOOL
Definition Typedefs.h:6
Definition TMath.h:12
TBOOL ConeVsSphere(const TVector4 &a_rvConePosition, const TVector4 &a_rvConeDirection, float a_fConeFOV, float a_fSphereRadius, const TVector4 &a_rvSpherePosition)