Vector3i Type
Represents a 3D vector using three 32-bit integer numbers.
The Vector3i structure is suitable for interoperation with unmanaged code requiring three consecutive integers.
Constructors
Constructor | Description |
Full Usage:
Vector3i(value)
Parameters:
int
-
The value that will initialize this instance.
|
|
Full Usage:
Vector3i(x, y, z)
Parameters:
int
-
The x component of the Vector3.
y : int
-
The y component of the Vector3.
z : int
-
The z component of the Vector3.
|
|
Instance members
Instance member | Description | ||
|
|
||
Full Usage:
this.CompareTo
Parameters:
obj
Returns: int
Modifiers: abstract |
|
||
Full Usage:
this.Equals
Parameters:
obj
-
The object to compare to.
Returns: bool
True if the instances are equal; false otherwise.
Modifiers: abstract |
Indicates whether this instance and a specified object are equal.
|
||
Full Usage:
this.Equals
Parameters:
Vector3i
-
A vector to compare with this vector.
Returns: bool
true if the current vector is equal to the vector parameter; otherwise, false.
Modifiers: abstract |
Indicates whether the current vector is equal to another vector.
|
||
Full Usage:
this.GetHashCode
Returns: int
A System.Int32 containing the unique hashcode for this instance.
Modifiers: abstract |
Returns the hashcode for this instance.
|
||
Full Usage:
this[arg1]
Returns: int
|
Gets or sets the value at the index of the vector.
|
||
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|
Static members
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|