Fireset
Loading...
Searching...
No Matches
vector.h
1// Copyright (c) 2025-2026 Henrique Rodrigues Santos
2// Licensed under the MIT License
3// Github: https://github.com/saintsHr/Fireset
4
5#pragma once
6
12
18typedef struct{
19 float x;
20 float y;
21} FsVec2;
22
2D vector.
Definition vector.h:18
float y
Definition vector.h:20
float x
Definition vector.h:19