Learn R Programming

CspStandSegmentation (version 0.1.2)

point_circle_distance: Helper function to compute distances from a point to the circle

Description

Helper function to compute distances from a point to the circle

Usage

point_circle_distance(point, circle)

Value

numeric distance from the point to the circle

Arguments

point

numeric vector of length 2 c(X,Y)

circle

numeric vector of length 3 c(center_X, center_Y, radius)