Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
IntersectionResultClass Class Reference

#include <intersec.h>

Public Types

enum  INTERSECTION_TYPE { NONE = 0 , GENERIC , POLYGON }
 

Public Attributes

RenderObjClassIntersectedRenderObject
 
POLYGONINDEX IntersectedPolygon
 
Matrix3D ModelMatrix
 
Vector3 ModelLocation
 
Vector3 Intersection
 
float Range
 
float Alpha
 
float Beta
 
bool Intersects
 
int CollisionType
 
enum IntersectionResultClass::INTERSECTION_TYPE IntersectionType
 

Detailed Description

Definition at line 71 of file intersec.h.

Member Enumeration Documentation

◆ INTERSECTION_TYPE

Enumerator
NONE 
GENERIC 
POLYGON 

Definition at line 86 of file intersec.h.

Member Data Documentation

◆ Alpha

float IntersectionResultClass::Alpha

Definition at line 82 of file intersec.h.

◆ Beta

float IntersectionResultClass::Beta

Definition at line 82 of file intersec.h.

◆ CollisionType

int IntersectionResultClass::CollisionType

Definition at line 84 of file intersec.h.

◆ IntersectedPolygon

POLYGONINDEX IntersectionResultClass::IntersectedPolygon

Definition at line 75 of file intersec.h.

◆ IntersectedRenderObject

RenderObjClass* IntersectionResultClass::IntersectedRenderObject

Definition at line 74 of file intersec.h.

◆ Intersection

Vector3 IntersectionResultClass::Intersection

Definition at line 79 of file intersec.h.

◆ IntersectionType

enum IntersectionResultClass::INTERSECTION_TYPE IntersectionResultClass::IntersectionType

◆ Intersects

bool IntersectionResultClass::Intersects

Definition at line 83 of file intersec.h.

◆ ModelLocation

Vector3 IntersectionResultClass::ModelLocation

Definition at line 78 of file intersec.h.

◆ ModelMatrix

Matrix3D IntersectionResultClass::ModelMatrix

Definition at line 77 of file intersec.h.

◆ Range

float IntersectionResultClass::Range

Definition at line 81 of file intersec.h.


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