Updated Text Script.md (markdown)
commited
commit
3a5c2525f946b35e2b9a9c2161fc26d701682c1d
... | ... | @@ -249,7 +249,6 @@ Collision(obj mainObject) { |
249 | 249 | //Outputs |
250 | 250 | out.secondObject |
251 | 251 | out.normal |
252 | //Output |
|
253 | 252 | out.direction |
254 | 253 | } |
255 | 254 | |
... | ... | @@ -272,13 +271,13 @@ Math.Negate(num Num) |
272 | 271 | |
273 | 272 | Math.Inverse(rot Rot) |
274 | 273 | |
275 |
vec.Scale(num Num) |
|
274 |
Vec.Scale(num Num) |
|
276 | 275 | |
277 |
vec.Rotate(rot Rot) |
|
276 |
Vec.Rotate(rot Rot) |
|
278 | 277 | |
279 |
rot.Combine(rot Rot2) |
|
278 |
Rot1.Combine(rot Rot2) |
|
280 | 279 | |
281 | Math.Random(num Min = 0, num Max = 1) |
|
280 | Math.Random(num Min, num Max) |
|
282 | 281 | |
283 | 282 | Math.RandomSeed(num Seed); |
284 | 283 |