Table of Contents

Class Quaternion

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

Constructors

Quaternion(nint)

public Quaternion(nint pointer)

Parameters

pointer nint

Quaternion(float?, float?, float?, float?)

public Quaternion(float? x = null, float? y = null, float? z = null, float? w = null)

Parameters

x float?
y float?
z float?
w float?

Properties

Value

public ref float Value { get; }

Property Value

float

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

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.