Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 7, 2024
1 parent 1ccdf88 commit c80c493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/corner.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ corner <- function(p1, p2, p3, d=.10, absolute=TRUE, ...) {
#' @param d The distance from \code{p2} along each vector for drawing their corner
#' @param absolute logical; if \code{TRUE}, \code{d} is taken as an absolute distance along the vectors; otherwise it
#' is calculated as a relative distance, i.e., a fraction of the length of the vectors.
#' @param ... Arguments passed to \code{link[graphics]{lines}} or to \code{link[rgl]{lines3d}}
#' @param ... Arguments passed to \code{\link[graphics]{lines}} or to \code{\link[rgl]{lines3d}}
#' @return none
#' @references \url{https://math.stackexchange.com/questions/1507248/find-arc-between-two-tips-of-vectors-in-3d}
#' @family vector diagrams
Expand Down
2 changes: 1 addition & 1 deletion man/arc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c80c493

Please sign in to comment.