RadarLaunch
Contains radar launch information
type RadarLaunch {
smashFactor: Float
ballSpeed: Float
clubSpeed: Float
horizontalAngle: Float
spinRate: Float
spinAxis: Float
verticalAngle: Float
sidespin: Float
backspin: Float
}
Fields
RadarLaunch.smashFactor ● Float scalar
Ratio between ball speed and club speed.
RadarLaunch.ballSpeed ● Float scalar
The ball speed at launch.
RadarLaunch.clubSpeed ● Float scalar
Club speed at during swing.
RadarLaunch.horizontalAngle ● Float scalar
The azimuth or horizontal angle (right positive) of the launch vector of the ball.
RadarLaunch.spinRate ● Float scalar
Spin of ball at launch.
RadarLaunch.spinAxis ● Float scalar
Amount of curvature on a shot.
RadarLaunch.verticalAngle ● Float scalar
Elevation of vertical angle (up positive) or the launch vector of the ball.
RadarLaunch.sidespin ● Float scalar
Direct measurements of side spin.
RadarLaunch.backspin ● Float scalar
Direct measurements of spin.
Member of
RadarStroke object