struct vec3

Declaration

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

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

Member Variables

public anonymous struct / union

Method Overview

  • public inline vec3()
  • public inline vec3(float _x, float _y, float _z)

Methods

inline vec3()

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

inline vec3(float _x, float _y, float _z)

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

Parameters

float _x
float _y
float _z