LibreOffice Module basegfx (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
Enumerations | |
enum class | basegfx::B2VectorOrientation { basegfx::Positive = 0 , basegfx::Negative , basegfx::Neutral } |
Descriptor for the mathematical orientations of two 2D Vectors. More... | |
enum class | basegfx::B2VectorContinuity { basegfx::NONE = 0 , basegfx::C1 , basegfx::C2 } |
Descriptor for the mathematical continuity of two 2D Vectors. More... | |
enum class | basegfx::B2DLineJoin { basegfx::NONE = 0 , basegfx::Bevel = 2 , basegfx::Miter = 3 , basegfx::Round = 4 } |
Descriptor for possible line joins between two line segments. More... | |