![]() |
Maria GDK 5.0.0.935
Documentation of native code in develop branch
|
Public Member Functions | |
| ExtendablePolyItem (const STK::Vector2f &anchor, const STK::Vector2f &p, float offMin, float offMax, bool fixed) | |
| ExtendablePolyItem (const STK::Vector2f &p) | |
| double | getScale (const STK::Matrix4x4f &vm) const |
| STK::Vector2f | getExtendedPoint (const STK::Matrix4x4f &vm) const |
| STK::Vector2f | getAnchor () |
| STK::Vector2f | getPt () |
Protected Attributes | |
| STK::Vector2f | anchor_ |
| STK::Vector2f | offset_ |
| double | offMin_ |
| double | offMax_ |
| bool | fixed_ |