mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Add NULL_POINTS constant
This commit is contained in:
parent
365bb12dce
commit
75979eb7d1
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ X_AXIS: Vect3 = np.array([1., 0., 0.])
|
|||
Y_AXIS: Vect3 = np.array([0., 1., 0.])
|
||||
Z_AXIS: Vect3 = np.array([0., 0., 1.])
|
||||
|
||||
NULL_POINTS = np.array([[0., 0., 0.]])
|
||||
|
||||
# Useful abbreviations for diagonals
|
||||
UL: Vect3 = UP + LEFT
|
||||
UR: Vect3 = UP + RIGHT
|
||||
|
|
Loading…
Add table
Reference in a new issue