![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
A 2D vector, with two floating point fields u and v. More...
Public Member Functions | |
Vec2d () | |
Empty constructor. | |
Vec2d (float u, float v) | |
Constructor with float parameters. More... | |
Static Public Member Functions | |
static bool | are_close (Vec2d p, Vec2d q) |
Check weather two Vec2d objects are equals. More... | |
A 2D vector, with two floating point fields u and v.
PGENLib.Vec2d.Vec2d | ( | float | u, |
float | v | ||
) |
Constructor with float parameters.
u | |
v |