| Vector4H Structure | 
Namespace: NeoAxis
 Syntax
Syntaxpublic struct Vector4H
The Vector4H type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Methods
Methods| 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.) | 
|  | ToColorValue | 
            Converts the current instance of Vector4H into the equivalent ColorValue structure.
             | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
|  | ToVector4 | 
            Converts the current instance of Vector4H into the equivalent Vector4 structure.
             | 
|  | ToVector4F | 
            Converts the current instance of Vector4H into the equivalent Vector4F structure.
             | 
|  | ToVector4H | 
            Converts the current instance of Vector4F into the equivalent Vector4H structure.
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (Vector4F to Vector4H) | 
            Implicit conversion from Vector4F type to Vector4H type for given value.
             | 
|   | (Vector4H to Vector4) | 
            Implicit conversion from Vector4H type to Vector4 type for given value.
             | 
|   | (Vector4H to Vector4F) | 
            Implicit conversion from Vector4H type to Vector4F type for given value.
             | 
 Fields
Fields| 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).
             | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also