wfmath 1.0.3
A math library for the Worldforge system.
WFMath::Poly2OrientIntersectData Struct Reference
Collaboration diagram for WFMath::Poly2OrientIntersectData:

Public Attributes

int dim
 
Point< 2 > p1
 
Point< 2 > p2
 
Vector< 2 > v1
 
Vector< 2 > v2
 
Vector< 2 > off
 
bool o1_is_line
 
bool o2_is_line
 

Detailed Description

Definition at line 196 of file polygon.h.

Member Data Documentation

◆ dim

int WFMath::Poly2OrientIntersectData::dim

Definition at line 197 of file polygon.h.

◆ o1_is_line

bool WFMath::Poly2OrientIntersectData::o1_is_line

Definition at line 200 of file polygon.h.

◆ o2_is_line

bool WFMath::Poly2OrientIntersectData::o2_is_line

Definition at line 200 of file polygon.h.

◆ off

Vector<2> WFMath::Poly2OrientIntersectData::off

Definition at line 199 of file polygon.h.

◆ p1

Point<2> WFMath::Poly2OrientIntersectData::p1

Definition at line 198 of file polygon.h.

◆ p2

Point<2> WFMath::Poly2OrientIntersectData::p2

Definition at line 198 of file polygon.h.

◆ v1

Vector<2> WFMath::Poly2OrientIntersectData::v1

Definition at line 199 of file polygon.h.

◆ v2

Vector<2> WFMath::Poly2OrientIntersectData::v2

Definition at line 199 of file polygon.h.


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