Click or drag to resize

Vector4H Structure

A structure encapsulating four half precision floating point values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisVector4H

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Vector4H

The Vector4H type exposes the following members.

Constructors
 NameDescription
Public methodVector4H(Vector4H) Constructs a vector with another given vector.
Public methodVector4H(HalfType, HalfType, HalfType, HalfType) Constructs a vector with the given individual elements.
Public methodVector4H(Single, Single, Single, Single) Constructs a vector with the given individual elements.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToColorValue Converts the current instance of Vector4H into the equivalent ColorValue structure.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodToVector4 Converts the current instance of Vector4H into the equivalent Vector4 structure.
Public methodToVector4F Converts the current instance of Vector4H into the equivalent Vector4F structure.
Public methodToVector4H Converts the current instance of Vector4F into the equivalent Vector4H structure.
Top
Operators
 NameDescription
Public operatorStatic member(Vector4F to Vector4H) Implicit conversion from Vector4F type to Vector4H type for given value.
Public operatorStatic member(Vector4H to Vector4) Implicit conversion from Vector4H type to Vector4 type for given value.
Public operatorStatic member(Vector4H to Vector4F) Implicit conversion from Vector4H type to Vector4F type for given value.
Top
Fields
 NameDescription
Public fieldStatic memberOne Returns the vector (1,1,1,1).
Public fieldW The W component of the vector.
Public fieldX The X component of the vector.
Public fieldY The Y component of the vector.
Public fieldZ The Z component of the vector.
Public fieldStatic memberZero Returns the vector (0,0,0,0).
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also