Vector: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Constructor <source>Vector(x, y, z)</source> Metamethods <source> _add(Vector) _sub(Vector) _mul(Float) _div(Float) _tostring() </source>") |
No edit summary |
||
Line 1: | Line 1: | ||
Constructor | Constructor | ||
<source>Vector(x, y, z)</source> | <source>Vector(x, y, z)</source> | ||
Members | |||
x, y, z, Length(), Normalised() | |||
Metamethods | Metamethods | ||
<source> | <source> |
Revision as of 11:53, 25 April 2023
Constructor
Vector(x, y, z)
Members x, y, z, Length(), Normalised() Metamethods
_add(Vector) _sub(Vector) _mul(Float) _div(Float) _tostring()