MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Point2DAbs

Class Point2DAbs

engine/Poseidon/Graphics/Core/Engine.hpp:184–189  ·  view source on GitHub ↗

position of point on screen in pixels (absolute) ! Onscreen range: x = <0,GEngine-Width()), y = <0,GEngine->Height()) */

Source from the content-addressed store, hash-verified

182Onscreen range: x = <0,GEngine-Width()), y = <0,GEngine->Height())
183*/
184struct Point2DAbs
185{
186 float x, y;
187 Point2DAbs() {}
188 Point2DAbs(float xx, float yy) : x(xx), y(yy) {}
189};
190
191//! 2d rectangle
192struct Rect2DAbs

Callers 1

DrawTargetInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected