![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for dcpp::nub::dimension2d< T >, including all inherited members.
| dimension2d() | dcpp::nub::dimension2d< T > | inline |
| dimension2d(const T &width, const T &height) | dcpp::nub::dimension2d< T > | inline |
| dimension2d(const vector2d< T > &other) (defined in dcpp::nub::dimension2d< T >) | dcpp::nub::dimension2d< T > | |
| dimension2d(const dimension2d< U > &other) | dcpp::nub::dimension2d< T > | inlineexplicit |
| getArea() const | dcpp::nub::dimension2d< T > | inline |
| getInterpolated(const dimension2d< T > &other, dcpp::float32_kt d) const | dcpp::nub::dimension2d< T > | inline |
| getOptimalSize(bool requirePowerOfTwo=true, bool requireSquare=false, bool larger=true, dcpp::uint32_kt maxValue=0) const | dcpp::nub::dimension2d< T > | inline |
| Height | dcpp::nub::dimension2d< T > | |
| operator!=(const dimension2d< T > &other) const | dcpp::nub::dimension2d< T > | inline |
| operator!=(const vector2d< T > &other) const (defined in dcpp::nub::dimension2d< T >) | dcpp::nub::dimension2d< T > | inline |
| operator*(const T &scale) const | dcpp::nub::dimension2d< T > | inline |
| operator*=(const T &scale) | dcpp::nub::dimension2d< T > | inline |
| operator+(const dimension2d< T > &other) const | dcpp::nub::dimension2d< T > | inline |
| operator+=(const dimension2d< T > &other) | dcpp::nub::dimension2d< T > | inline |
| operator-(const dimension2d< T > &other) const | dcpp::nub::dimension2d< T > | inline |
| operator-=(const dimension2d< T > &other) | dcpp::nub::dimension2d< T > | inline |
| operator/(const T &scale) const | dcpp::nub::dimension2d< T > | inline |
| operator/=(const T &scale) | dcpp::nub::dimension2d< T > | inline |
| operator=(const dimension2d< U > &other) (defined in dcpp::nub::dimension2d< T >) | dcpp::nub::dimension2d< T > | inline |
| operator==(const dimension2d< T > &other) const | dcpp::nub::dimension2d< T > | inline |
| operator==(const vector2d< T > &other) const (defined in dcpp::nub::dimension2d< T >) | dcpp::nub::dimension2d< T > | |
| set(const T &width, const T &height) | dcpp::nub::dimension2d< T > | inline |
| Width | dcpp::nub::dimension2d< T > |