DimOperator: (A*B) + (C*D) + E

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

pav
Not too shy to talk
Not too shy to talk
Posts: 37
Joined: Thu Dec 01, 2011 14:17

DimOperator: (A*B) + (C*D) + E

Postby pav » Mon Dec 12, 2011 16:03

Is this possible? The best I could come up with is the following but (A*B) is ignored.

Note: using AbsoluteDim for simplicity

Code: Select all

<AbsoluteDim value="E">
  <DimOperator op="Add">
    <AbsoluteDim value="A">
      <DimOperator op="Multiply">
        <AbsoluteDim value="B"/>
      </DimOperator>
    </AbsoluteDim>
    <AbsoluteDim value="C">
      <DimOperator op="Multiply">
        <AbsoluteDim value="D"/>
      </DimOperator>
    </AbsoluteDim>
  </DimOperator>
</AbsoluteDim>


Thanks.

Return to “Help”

Who is online

Users browsing this forum: No registered users and 20 guests