Vector: Difference between revisions

From NPC for VCMP 0.4 Servers
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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Constructor
Constructor
<source>Vector(x, y, z)</source>
<source>Vector(x, y, z)</source>
Members
<source>
x, y, z, Length(), Normalised()</source>
Metamethods
Metamethods
<source>
<source>

Latest 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()