Vector4H Structure |
Namespace: NeoAxis
public struct Vector4H
The Vector4H type exposes the following members.
Name | Description | |
---|---|---|
![]() | Vector4H(Vector4H) |
Constructs a vector with another given vector.
|
![]() | Vector4H(Single, Single, Single, Single) |
Constructs a vector with the given individual elements.
|
![]() | Vector4H(HalfType, HalfType, HalfType, HalfType) |
Constructs a vector with the given individual elements.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | One |
Returns the vector (1,1,1,1).
|
![]() | W |
The W component of the vector.
|
![]() | X |
The X component of the vector.
|
![]() | Y |
The Y component of the vector.
|
![]() | Z |
The Z component of the vector.
|
![]() ![]() | Zero |
Returns the vector (0,0,0,0).
|
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.) |