struct vec2

Declaration

struct vec2 { /* full declaration omitted */ };

Declared at: include/ekg/util/geometry.hpp:80

Member Variables

public anonymous struct / union

Method Overview

  • public inline vec2()
  • public inline vec2(float _x, float _y)

Methods

inline vec2()

Declared at: include/ekg/util/geometry.hpp:89

inline vec2(float _x, float _y)

Declared at: include/ekg/util/geometry.hpp:91

Parameters

float _x
float _y