mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2024-11-21 14:18:57 -07:00
Add a test case to the infinity vector conversion
This commit is contained in:
parent
e261ac2121
commit
d394adf45a
2 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
, (vector)"<infinity,1,1>"
|
||||
, (vector)"<infini,1,1>"
|
||||
, (vector)"<infinite,1,1>"
|
||||
, (vector)"<info,1,1>"
|
||||
, (quaternion)"<-nan,nan,-nan,nan>"
|
||||
, (string)-.5e-6
|
||||
, (string)((float)"-0x1.0C6F7Ap-21")
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
, <1e40, 1., 1.>
|
||||
, <0., 0., 0.>
|
||||
, <0., 0., 0.>
|
||||
, <0., 0., 0.>
|
||||
, <(1e40*0), (-1e40*0), (1e40*0), (-1e40*0)>
|
||||
, "-0.000001"
|
||||
, "-0.000001"
|
||||
|
|
Loading…
Reference in a new issue