Rasterfarm-SDK
Loading...
Searching...
No Matches
polygon.h File Reference
#include "circulator.h"
#include "contour.h"
#include "primitive2d.h"
#include "vector.h"
#include "matrix.h"
#include "triangle.h"
#include "segment.h"
#include "ray.h"
#include "trianglemesh.h"

Classes

class  Polygon
 
class  TessellationSimple
 
class  TessellationComplex
 

Typedefs

typedef List< PolygonPolygonList
 
typedef HeapArray< PolygonPolygonArray
 

Functions

template<uint LENGTH>
Polygon operator* (const Matrix< float, LENGTH, LENGTH > &mat, const Polygon &p)
 

Typedef Documentation

◆ PolygonArray

typedef HeapArray< Polygon > PolygonArray

◆ PolygonList

typedef List< Polygon > PolygonList

Function Documentation

◆ operator*()

template<uint LENGTH>
Polygon operator* ( const Matrix< float, LENGTH, LENGTH > & mat,
const Polygon & p )