MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / SetAngles

Method SetAngles

PanzerChasm/client/movement_controller.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void MovementController::SetAngles( float z_angle, float x_angle )
84{
85 angle_.z= z_angle;
86 angle_.x= x_angle;
87}
88
89void MovementController::GetAcceleration(
90 const KeyboardState& keyboard_state,

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected