OpenClonk
C4Vec2D Struct Reference

#include <C4Facet.h>

Public Member Functions

 C4Vec2D (int32_t x=0, int32_t y=0)
 

Public Attributes

int32_t x
 
int32_t y
 

Detailed Description

Definition at line 40 of file C4Facet.h.

Constructor & Destructor Documentation

◆ C4Vec2D()

C4Vec2D::C4Vec2D ( int32_t  x = 0,
int32_t  y = 0 
)
inline

Definition at line 44 of file C4Facet.h.

44 : x(x), y(y) {}
int32_t x
Definition: C4Facet.h:42
int32_t y
Definition: C4Facet.h:42

Member Data Documentation

◆ x

int32_t C4Vec2D::x

Definition at line 42 of file C4Facet.h.

Referenced by C4ViewportList::FreeScroll().

◆ y

int32_t C4Vec2D::y

Definition at line 42 of file C4Facet.h.

Referenced by C4ViewportList::FreeScroll().


The documentation for this struct was generated from the following file: