Revision [837]

Last edited on 2010-10-07 00:29:44 by Tolnaftate2004 [Spam]
Deletions:
[[http://www.jouercasino.eu/ jeux casino]]


Revision [836]

Edited on 2010-10-02 14:01:49 by AdminSkyld [Reverting last edit by BlancheConley [835] to previous version [826]]
Deletions:
[[http://www.custom-made-paper.com/ buy custom paper]]


Revision [835]

Edited on 2010-09-30 17:01:01 by BlancheConley [thanks]
Additions:
[[http://www.custom-made-paper.com/ buy custom paper]]


Revision [826]

Edited on 2010-09-04 03:31:34 by JadeGreen [casino]
Additions:
[[http://www.jouercasino.eu/ jeux casino]]


Revision [260]

Edited on 2009-01-13 16:12:55 by ScripterAlex
Additions:
For much more details about ##vectorcross##, you can go here: [[http://wiki.graal.net/index.php/Cross_Product Cross Product]]
Deletions:
For much more details about vectorcross, you can go here: [[http://wiki.graal.net/index.php/Cross_Product Cross Product]]


Revision [259]

Edited on 2009-01-13 16:12:37 by ScripterAlex
Additions:
For much more details about vectorcross, you can go here: [[http://wiki.graal.net/index.php/Cross_Product Cross Product]]


Revision [258]

Edited on 2009-01-13 16:10:59 by ScripterAlex
Additions:
Returns a third vector.
Returns a third vector, which is perpendicular, or orthogonal, to the two vectors given as input.
temp.u = {1, 2, 3};
temp.v = {3, 2, 0};

temp.cross = vectorcross(u, v);
... Will set ##temp.cross## to {-6, 9, -4}
Deletions:
Returns the dot product of vector u and vector v.
##vectordot## is written as u•v and should not be mixed with u·v. What ##vectordot## does, is that it returns a number. This number is the sum of products of each component of the vector.
u•v = = u1·v1 + u2·v2 + u3·v3
temp.v = {3, 5, 7};
temp.u = {9, 4, 2};
temp.dot = vectordot(u, v);
... Will set ##temp.dot## to 61


Revision [113]

The oldest known version of this page was created on 2009-01-10 18:36:53 by ScripterAlex
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki