0.2.0
Loading...
Searching...
No Matches
ImGui.hpp File Reference

ImGui Helper. More...

Go to the source code of this file.

Functions

constexpr ImVec4 operator* (const float &lhs, const ImVec4 &rhs)
 Scalar multiplication operator.
 
constexpr ImVec4 operator* (const ImVec4 &lhs, const float &rhs)
 Scalar multiplication operator.
 
constexpr ImVec4 operator+ (const ImVec4 &lhs, const ImVec4 &rhs)
 Add operator.
 
constexpr ImVec4 operator- (const ImVec4 &lhs, const ImVec4 &rhs)
 Subtract operator.
 
constexpr ImVec4 operator/ (const ImVec4 &lhs, const float &rhs)
 Scalar multiplication operator.
 

Detailed Description

ImGui Helper.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-09-24

Function Documentation

◆ operator*() [1/2]

constexpr ImVec4 operator* ( const float & lhs,
const ImVec4 & rhs )
constexpr

Scalar multiplication operator.

Parameters
lhsLeft-hand side
rhsRight-hand side
Returns
Computation result

◆ operator*() [2/2]

constexpr ImVec4 operator* ( const ImVec4 & lhs,
const float & rhs )
constexpr

Scalar multiplication operator.

Parameters
lhsLeft-hand side
rhsRight-hand side
Returns
Computation result

◆ operator+()

constexpr ImVec4 operator+ ( const ImVec4 & lhs,
const ImVec4 & rhs )
constexpr

Add operator.

Parameters
lhsLeft-hand side
rhsRight-hand side
Returns
Computation result

◆ operator-()

constexpr ImVec4 operator- ( const ImVec4 & lhs,
const ImVec4 & rhs )
constexpr

Subtract operator.

Parameters
lhsLeft-hand side
rhsRight-hand side
Returns
Computation result

◆ operator/()

constexpr ImVec4 operator/ ( const ImVec4 & lhs,
const float & rhs )
constexpr

Scalar multiplication operator.

Parameters
lhsLeft-hand side
rhsRight-hand side
Returns
Computation result