![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
This is the complete list of members for PGENLib.Point, including all inherited members.
are_close(Point p, Point q) | PGENLib.Point | static |
operator*(Point p, float a) | PGENLib.Point | static |
operator+(Point p, Vec v) | PGENLib.Point | static |
operator-(Point p, Point q) | PGENLib.Point | static |
operator-(Point p, Vec v) | PGENLib.Point | static |
operator/(Point v, float s) | PGENLib.Point | static |
Point() | PGENLib.Point | |
Point(float x, float y, float z) | PGENLib.Point | |
PointToVec() | PGENLib.Point | |
ToString() | PGENLib.Point | |
x (defined in PGENLib.Point) | PGENLib.Point | |
y (defined in PGENLib.Point) | PGENLib.Point | |
z (defined in PGENLib.Point) | PGENLib.Point |