Vectors
Content:
public struct DQuaternion
Language: C#
Represents a quaternion with double components.
public struct DVector2
Language: C#
Represents a 2-dimensional vector with components of type double.
public struct DVector3
Language: C#
Represents a 3-dimensional vector with components of type double.
public struct DVector4
Language: C#
Represents a 4-dimensional vector with components of type double.
public struct FQuaternion
Language: C#
Represents a quaternion with float components.
public struct FVector2
Language: C#
Represents a 2-dimensional vector with components of type float.
public struct FVector3
Language: C#
Represents a 3-dimensional vector with components of type float.
public struct FVector4
Language: C#
Represents a 4-dimensional vector with components of type float.
public struct HVector2
Language: C#
Represents a 2-dimensional vector with components of type Half.
public struct HVector3
Language: C#
Represents a 3-dimensional vector with components of type Half.
public struct HVector4
Language: C#
Represents a 4-dimensional vector with components of type Half.
public struct IVector2
Language: C#
Represents a 2-dimensional vector with components of type int.
public struct IVector3
Language: C#
Represents a 3-dimensional vector with components of type int.
public struct IVector4
Language: C#
Represents a 4-dimensional vector with components of type int.
public struct LVector2
Language: C#
Represents a 2-dimensional vector with components of type long.
public struct LVector3
Language: C#
Represents a 3-dimensional vector with components of type long.
public struct LVector4
Language: C#
Represents a 4-dimensional vector with components of type long.