Skip to content
Snippets Groups Projects
shift_triangle.h 66 B
Newer Older
#pragma once
struct Triangle;

void shiftZ(Triangle &t, float z) ;