octane-0.16.1: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Value.RelativeRotationValue

Documentation

newtype RelativeRotationValue Source #

Instances

Eq RelativeRotationValue Source # 
Show RelativeRotationValue Source # 
Generic RelativeRotationValue Source # 
NFData RelativeRotationValue Source # 

Methods

rnf :: RelativeRotationValue -> () #

ToJSON RelativeRotationValue Source # 
ModifyField "unpack" RelativeRotationValue RelativeRotationValue (Vector Float) (Vector Float) Source # 
HasField "unpack" RelativeRotationValue (Vector Float) Source # 
ModifyRec "unpack" (Vector Float) cs0 => HasField "unpack" (Rec cs0 RelativeRotationValue) (Vector Float) Source # 

Methods

getField :: Proxy# Symbol "unpack" -> Rec cs0 RelativeRotationValue -> Vector Float

ModifyRec "unpack" (Vector Float) cs0 => ModifyField "unpack" (Rec cs0 RelativeRotationValue) (Rec cs0 RelativeRotationValue) (Vector Float) (Vector Float) Source # 
type Rep RelativeRotationValue Source # 
type Rep RelativeRotationValue = D1 (MetaData "RelativeRotationValue" "Octane.Type.Value.RelativeRotationValue" "octane-0.16.1-GutvkXgevkCABZiWZysr0h" True) (C1 (MetaCons "RelativeRotationValue" PrefixI True) (S1 (MetaSel (Just Symbol "relativeRotationValueUnpack") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Vector Float))))
type FieldType "unpack" RelativeRotationValue Source # 
type FieldType "unpack" RelativeRotationValue = Vector Float
type UpdateType "unpack" RelativeRotationValue (Vector Float) Source #