Table of Contents

Class Vector4D

Namespace
CounterStrikeSharp.API.Modules.Utils
Assembly
CounterStrikeSharp.API.dll
public class Vector4D : NativeObject
Inheritance
Vector4D
Inherited Members

Constructors

Vector4D(nint)

public Vector4D(nint pointer)

Parameters

pointer nint

Properties

W

public ref float W { get; }

Property Value

float

X

public ref float X { get; }

Property Value

float

Y

public ref float Y { get; }

Property Value

float

Z

public ref float Z { get; }

Property Value

float