MMSFBTriangle Class Reference

describes a triangle More...

#include <mmstypes.h>

List of all members.


Public Member Functions

 MMSFBTriangle (int x1=0, int y1=0, int x2=0, int y2=0, int x3=0, int y3=0)

Public Attributes

int x1
 x1
int y1
 y1
int x2
 x2
int y2
 y2
int x3
 x3
int y3
 y3

Detailed Description

describes a triangle

Definition at line 625 of file mmstypes.h.


Constructor & Destructor Documentation

MMSFBTriangle::MMSFBTriangle ( int  x1 = 0,
int  y1 = 0,
int  x2 = 0,
int  y2 = 0,
int  x3 = 0,
int  y3 = 0 
) [inline]

Definition at line 640 of file mmstypes.h.


Member Data Documentation

x1

Definition at line 628 of file mmstypes.h.

y1

Definition at line 630 of file mmstypes.h.

x2

Definition at line 632 of file mmstypes.h.

y2

Definition at line 634 of file mmstypes.h.

x3

Definition at line 636 of file mmstypes.h.

y3

Definition at line 638 of file mmstypes.h.


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