idTech4.Math.idAngles.idAngles C# (CSharp) Метод

idAngles() публичный Метод

public idAngles ( float pitch, float yaw, float roll ) : System
pitch float
yaw float
roll float
Результат System
		public idAngles(float pitch, float yaw, float roll)
		{
			this.Pitch = pitch;
			this.Yaw = yaw;
			this.Roll = roll;
		}
		#endregion