ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
HertzMini.h
Go to the documentation of this file.
1#pragma once
2
4 Vector2D(5.00f,5.00f),
5 Vector2D(15.00f,5.00f),
6 Vector2D(25.00f,5.00f),
7 Vector2D(35.00f,5.00f)
8};
DMAMEM Vector2D HertzMiniCamera[4]
Definition HertzMini.h:3
Represents a 2D vector (X, Y) and provides methods for vector arithmetic.
Definition Vector2D.h:27