API Reference › Natives
RadianEuler
StructNamespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dll
public struct RadianEulerRadian Euler angle aligned to axis (NOT ROLL/PITCH/YAW)
View sourceConstructors
public RadianEuler(float x, float y, float z)Properties
Methods
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? obj)Parameters
- objobject?The object to compare with the current instance.
Returns
true if obj and this instance are the same type and represent the same value; otherwise, false .
Returns the hash code for this instance.
public override int GetHashCode()Returns the fully qualified type name of this instance.
public override string ToString()Fields
Operators
public static RadianEuler operator +(RadianEuler a, RadianEuler b)Parameters
Returns
public static RadianEuler operator /(RadianEuler a, RadianEuler b)Parameters
Returns
public static RadianEuler operator /(RadianEuler a, float b)Parameters
Returns
public static bool operator ==(RadianEuler a, RadianEuler b)Parameters
Returns
public static bool operator !=(RadianEuler a, RadianEuler b)Parameters
Returns
public static RadianEuler operator *(RadianEuler a, RadianEuler b)Parameters
Returns
public static RadianEuler operator *(RadianEuler a, float b)Parameters
Returns
public static RadianEuler operator -(RadianEuler a, RadianEuler b)Parameters
Returns
public static RadianEuler operator -(RadianEuler a)Parameters
Returns