Hyprlang
A fast and user-friendly configuration language
Loading...
Searching...
No Matches
Hyprlang::SVector2D Struct Reference

#include <hyprlang.hpp>

Public Member Functions

bool operator== (const SVector2D &rhs) const
 

Public Attributes

float x = 0
 
float y = 0
 

Friends

std::ostream & operator<< (std::ostream &os, const SVector2D &rhs)
 

Detailed Description

A very simple vector type

Member Function Documentation

◆ operator==()

bool Hyprlang::SVector2D::operator== ( const SVector2D & rhs) const
inline

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const SVector2D & rhs )
friend

Member Data Documentation

◆ x

float Hyprlang::SVector2D::x = 0

◆ y

float Hyprlang::SVector2D::y = 0

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