Class Vector4D
- Namespace
- CounterStrikeSharp.API.Modules.Utils
- Assembly
- CounterStrikeSharp.API.dll
public class Vector4D : NativeObject
- Inheritance
-
objectVector4D
- Inherited Members
Constructors
Vector4D(nint)
public Vector4D(nint pointer)
Parameters
pointernint
Vector4D(float?, float?, float?, float?)
public Vector4D(float? x = null, float? y = null, float? z = null, float? w = null)
Parameters
Properties
W
public ref float W { get; }
Property Value
X
public ref float X { get; }
Property Value
Y
public ref float Y { get; }
Property Value
Z
public ref float Z { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.