Alpha Engine
|
AELineSegment2 Struct Reference
#include <AELineSegment2.h>
Public Attributes | |
AEVec2 | mP0 |
Point on the line. More... | |
AEVec2 | mP1 |
Point on the line. More... | |
AEVec2 | mN |
Line's normal. More... | |
float | mNdotP0 |
To avoid computing it every time it's needed. More... | |
Detailed Description
Definition at line 22 of file AELineSegment2.h.
Member Data Documentation
AEVec2 AELineSegment2::mN |
Line's normal.
Definition at line 26 of file AELineSegment2.h.
float AELineSegment2::mNdotP0 |
To avoid computing it every time it's needed.
Definition at line 27 of file AELineSegment2.h.
AEVec2 AELineSegment2::mP0 |
Point on the line.
Definition at line 24 of file AELineSegment2.h.
AEVec2 AELineSegment2::mP1 |
Point on the line.
Definition at line 25 of file AELineSegment2.h.
The documentation for this struct was generated from the following file:
Generated on Sat Jan 4 2014 02:06:22 for Alpha Engine by
