Rasterfarm-SDK
Loading...
Searching...
No Matches
segment.h File Reference
#include "primitive3d.h"
#include "2d/segment.h"

Classes

class  Segment
 

Typedefs

typedef List< SegmentSegmentList
 
typedef HeapArray< SegmentSegmentArray
 

Functions

template<uint LENGTH>
Segment operator* (const Matrix< float, LENGTH, LENGTH > &mat, const Segment &s)
 

Typedef Documentation

◆ SegmentArray

typedef HeapArray< Segment > SegmentArray

◆ SegmentList

typedef List< Segment > SegmentList

Function Documentation

◆ operator*()

template<uint LENGTH>
Segment operator* ( const Matrix< float, LENGTH, LENGTH > & mat,
const Segment & s )