Class Vector
Class representing a positioning vector.
Inheritance
System.Object
Vector
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
public class Vector
Constructors
Name | Description |
---|---|
Vector() |
Properties
Name | Description |
---|---|
X | Gets or sets the X coordinate. |
Y | Gets or sets the Y coordinate. |
Z | Gets or sets the Z coordinate. |