DigitalCurling3  1.0.0
A curling simulation system for curling AIs
digitalcurling3::moves::Shot Struct Reference

行動:ショット More...

#include <shot.hpp>

Public Types

enum  Rotation : std::uint8_t { Rotation::kCCW, Rotation::kCW }
 ショットの回転方向 More...
 

Public Attributes

Vector2 velocity
 ショットの初速度
 
Rotation rotation = Rotation::kCCW
 ショットの初期回転方向
 

Detailed Description

行動:ショット

See also
Move

Member Enumeration Documentation

◆ Rotation

enum digitalcurling3::moves::Shot::Rotation : std::uint8_t
strong

ショットの回転方向

Enumerator
kCCW 

反時計回り

kCW 

時計回り


The documentation for this struct was generated from the following file: