Maksym Stoianov
Results
1
issues of
Maksym Stoianov
``` class Plane { bool pFlag; // whether three point form exists vec3d p0, p1, p2; // three point form ``` The code has a value modification of these fields...