mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 09:07:45 +00:00
5 lines
122 B
Text
5 lines
122 B
Text
|
|
vec3 rotate_point_for_frame(vec3 point){
|
||
|
|
// TODO, orient in 3d based on certain rotation matrices
|
||
|
|
return point;
|
||
|
|
}
|