Vector4I Methods |
The Vector4I type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds two vectors.
|
![]() ![]() | AllNonZero |
Determines whether all components of a given vector are unequal to the zero.
|
![]() ![]() | AnyNonZero |
Determines whether any component of a given vector is unequal to the zero.
|
![]() ![]() | Divide(Int32, Vector4I, Vector4I) |
Divides a scalar by a vector.
|
![]() ![]() | Divide(Vector4I, Vector4I, Vector4I) |
Divides the first vector by the second vector.
|
![]() ![]() | Divide(Vector4I, Int32, Vector4I) |
Divides a vector by a given scalar.
|
![]() | Equals(Object) |
Determines whether the specified object is equal to the current instance of Vector4I.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Vector4I, Int32) |
Determines whether the specified vector is equal to the current instance of Vector4I with a given precision.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Max |
Returns a vector containing the largest components of the specified vectors.
|
![]() | MaxComponent |
Returns the value of the largest component of the current instance of Vector4.
|
![]() ![]() | Min |
Returns a vector containing the smallest components of the specified vectors.
|
![]() | MinComponent |
Returns the value of the smallest component of the current instance of Vector4I.
|
![]() ![]() | Multiply(Int32, Vector4I, Vector4I) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Multiply(Vector4I, Vector4I, Vector4I) |
Multiplies two vectors together.
|
![]() ![]() | Multiply(Vector4I, Int32, Vector4I) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Negate |
Reverses the direction of a given vector.
|
![]() ![]() | Parse |
Converts a string representation of a vector into the equivalent Vector4I structure.
|
![]() ![]() | Select |
Chooses one of two vectors depending on the pick1 value.
|
![]() ![]() | Subtract |
Subtracts two vectors.
|
![]() | ToString | (Overrides ValueTypeToString.) |
![]() | ToVec4 | |
![]() | ToVector2I | |
![]() | ToVector3I | |
![]() | ToVector4F |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |