Home
last modified time | relevance | path

Searched defs:Yaw (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dcamera.h34 void SetRotation(float Yaw, float Pitch) { this->Yaw = Yaw, this->Pitch = Pitch; } in SetRotation()
52 float Yaw, Pitch, MaxDistance, Distance; variable
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/World/
H A DTransformations.cs36 public Transformation(double Yaw, double Pitch, double Roll) in Transformation()
82 public Transformation(Transformation Transformation, double Yaw, double Pitch, double Roll) in Transformation()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/imm/
H A Dstruct_head_pose.go22 Yaw float64 `json:"Yaw" xml:"Yaw"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/facebody/
H A Dstruct_pose.go22 Yaw float64 `json:"Yaw" xml:"Yaw"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/imm/
H A Dstruct_head_pose.go22 Yaw float64 `json:"Yaw" xml:"Yaw"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/imm/
H A Dstruct_head_pose.go22 Yaw float64 `json:"Yaw" xml:"Yaw"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/green/
H A Dstruct_quality.go22 Yaw float64 `json:"Yaw" xml:"Yaw"` member
/dports/devel/upp/upp/bazaar/SurfaceCtrl/
H A DTransform.h25 …Transform& SetRotation(float Yaw, float Pitch, float Roll)noexcept{ Rotation = glm::quat(glm::vec3… in SetRotation()
42 …Transform& Rotate(float Yaw, float Pitch, float Roll)noexcept{Rotation *= glm::quat(glm::vec3(Pitc… in Rotate()
68 static glm::quat GetQuaterion(float Yaw, float Pitch, float Roll)noexcept{ in GetQuaterion()
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/Camera/
H A DCameraAlignment.cs11 public double Yaw; field
/dports/games/irrlamb/irrlamb-1.0.1/src/states/
H A Dplay.cpp527 float Yaw = Camera->GetYaw(); in RecordInput() local
594 float Yaw; in GetInputFromReplay() local
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Route.CsvRw/Structures/Miscellaneous/
H A DPointOfInterest.cs14 internal readonly double Yaw; field in CsvRwRouteParser.PointOfInterest
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/hugin_math/
H A DMatrix3.cpp57 void Matrix3::SetRotation( double Yaw, double Pitch, double Roll ) in SetRotation()
157 void Matrix3::GetRotationPT( double & Yaw, double & Pitch, double & Roll ) in GetRotationPT()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Route.CsvRw/Structures/Trains/
H A DHornBlow.cs15 internal readonly double Yaw; field in CsvRwRouteParser.HornBlowEvent
H A DDestinationEvent.cs16 internal readonly double Yaw; field in CsvRwRouteParser.DestinationEvent
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Route.CsvRw/Structures/Signals/
H A DSignal.cs48 private readonly double Yaw; field in CsvRwRouteParser.Signal
H A DTransponder.cs31 internal readonly double Yaw; field in CsvRwRouteParser.Transponder
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Route.CsvRw/Structures/Route/
H A DFreeObject.cs16 private readonly double Yaw; field in CsvRwRouteParser.FreeObj
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/lab/manager/
H A Dlab_manager.h10 enum class LabRotationMode { Both, Yaw, Pitch, Roll }; enumerator
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_quaternion.cpp116 float Yaw = glm::yaw(q); in test_quat_euler() local
124 double Yaw = glm::yaw(q); in test_quat_euler() local
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_quaternion.cpp116 float Yaw = glm::yaw(q); in test_quat_euler() local
124 double Yaw = glm::yaw(q); in test_quat_euler() local
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtc/
H A Dgtc_quaternion.cpp116 float Yaw = glm::yaw(q); in test_quat_euler() local
124 double Yaw = glm::yaw(q); in test_quat_euler() local
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtc/
H A Dgtc_quaternion.cpp110 float Yaw = glm::yaw(q); in test_quat_euler() local
119 double Yaw = glm::yaw(q); in test_quat_euler() local
/dports/math/glm/glm-0.9.9.8/test/gtc/
H A Dgtc_quaternion.cpp110 float Yaw = glm::yaw(q); in test_quat_euler() local
119 double Yaw = glm::yaw(q); in test_quat_euler() local
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DWRot.cs21 public readonly WAngle Roll, Pitch, Yaw; field
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Attack/
H A DAttackGarrisoned.cs26 public WAngle Yaw; field in OpenRA.Mods.Common.Traits.FirePort

12345678