Comments and readme update

This commit is contained in:
2022-02-08 20:02:14 +07:00
parent c6c2334d05
commit f73685fa55
6 changed files with 141 additions and 110 deletions

View File

@@ -2,7 +2,7 @@
import numpy as np
# element of json
# create the element of json
def makexyzrotvis(x,y,z,rotx,roty,rotz,visible):
ret = {}
translation = {}