An object for storing a 3D vector. Includes x, y, and z components, used for multiple properties. A Vector3 is constructed using the Vector3.new() function: myposition = Vector3.new(x,y,z) --whereas x, y and z are the arguments for the function
Attributes | Values |
---|
rdfs:label
| |
rdfs:comment
| - An object for storing a 3D vector. Includes x, y, and z components, used for multiple properties. A Vector3 is constructed using the Vector3.new() function: myposition = Vector3.new(x,y,z) --whereas x, y and z are the arguments for the function
- Microsoft.Xna.Framework.Vector3 is a structure representing a 3-tuple vector. For "non-mathematicians", it's basically three numbers bundled together, and normally used to represent things like position, velocity, force etc. in three-dimensional game worlds.
|
dcterms:subject
| |
dbkwik:roblox/prop...iPageUsesTemplate
| |
abstract
| - An object for storing a 3D vector. Includes x, y, and z components, used for multiple properties. A Vector3 is constructed using the Vector3.new() function: myposition = Vector3.new(x,y,z) --whereas x, y and z are the arguments for the function
- Microsoft.Xna.Framework.Vector3 is a structure representing a 3-tuple vector. For "non-mathematicians", it's basically three numbers bundled together, and normally used to represent things like position, velocity, force etc. in three-dimensional game worlds.
|