LibreOffice Module basegfx (master) 1
|
#include <b2dpolygontriangulator.hxx>
Public Member Functions | |
B2DTriangle (const basegfx::B2DPoint &rA, const basegfx::B2DPoint &rB, const basegfx::B2DPoint &rC) | |
const basegfx::B2DPoint & | getA () const |
const basegfx::B2DPoint & | getB () const |
const basegfx::B2DPoint & | getC () const |
Private Attributes | |
basegfx::B2DPoint | maA |
basegfx::B2DPoint | maB |
basegfx::B2DPoint | maC |
Definition at line 36 of file b2dpolygontriangulator.hxx.
|
inline |
Definition at line 44 of file b2dpolygontriangulator.hxx.
|
inline |
Definition at line 55 of file b2dpolygontriangulator.hxx.
|
inline |
Definition at line 56 of file b2dpolygontriangulator.hxx.
|
inline |
Definition at line 57 of file b2dpolygontriangulator.hxx.
|
private |
Definition at line 39 of file b2dpolygontriangulator.hxx.
|
private |
Definition at line 40 of file b2dpolygontriangulator.hxx.
|
private |
Definition at line 41 of file b2dpolygontriangulator.hxx.