Struct DegreeRotation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.Shared.dll
Syntax
public struct DegreeRotation
Constructors
|
Improve this Doc
View Source
DegreeRotation(Single, Single, Single)
Declaration
public DegreeRotation(float roll, float pitch, float yaw)
Parameters
Type |
Name |
Description |
System.Single |
roll |
|
System.Single |
pitch |
|
System.Single |
yaw |
|
Fields
|
Improve this Doc
View Source
Pitch
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Roll
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Yaw
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Zero
Declaration
public static DegreeRotation Zero
Field Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
|
Improve this Doc
View Source
Implicit(DegreeRotation to Rotation)
Declaration
public static implicit operator Rotation(DegreeRotation rotation)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(Rotation to DegreeRotation)
Declaration
public static implicit operator DegreeRotation(Rotation rotation)
Parameters
Returns