3
1
Back

// 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height * rotate_vector_cos; [left_edge, rotate_vector_cos * rail_depth], // top right [left_edge + height * rotate_vector_cos, rotate_vector_sin * height], // top point? .

New Pull Request