Skip to content

Commit

Permalink
raysearchMulti: docu fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
zarquon42b committed Oct 23, 2024
1 parent 2ed491a commit cb0f029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/vcgRaySearch.r
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ setRays <- function(coords, dirs) {
# offset landmarks along their normals for a negative amount of -5mm
#' x$vb[1:3,] <- x$vb[1:3,]+x$normals[1:3,]*-5
#'
#' myintersects <- raysearchMulti(x,mesh)
#' myint <- raysearchMulti(x,mesh)
#' wire3d(mesh,col="white")
#' spheres3d(vert2points(x),radius=0.5,col=3)
#' plotNormals(x,length=55,lwd=2)
#' for (i in 1:length(myintersects$intersects))
#' spheres3d(vert2points(myintersects$intersects[[i]])[which(as.logical(myintersects$intersects[[i]]$quality)),],col=i)
#' spheres3d(vert2points(myint$intersects[[i]])[which(as.logical(myint$intersects[[i]]$quality)),]
#' ,col=i)
#' }
#' @seealso \code{\link{vcgRaySearch}}
#' @export
Expand Down
5 changes: 3 additions & 2 deletions man/raysearchMulti.Rd

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

0 comments on commit cb0f029

Please sign in to comment.