mlbstats/api/docs/BatImpactRestObject.md

1.3 KiB
Raw Blame History

BatImpactRestObject

Properties

Name Type Description Notes
Copyright string [optional] [default to null]
AttackAngle float64 The angle of the bat's path, at impact, relative to horizontal. A negative value represents swinging downward, a positive value upward. [optional] [default to null]
Speed *BatImpactSpeedRestObject [optional] [default to null]
ContactPoint *ContactPointPositionRestObject [optional] [default to null]
HeadPosition *HeadPositionRestObject [optional] [default to null]
HandlePosition *HandlePositionRestObject [optional] [default to null]
Velocity *BatImpactVelocityRestObject [optional] [default to null]
TimeStamp string TimeStamp when bat and ball either intersect in case of contact, or in cases where they dont collide, timeStamp where ball is closest to any point along the bat. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]