get_line_plane_inter: Find the point of intersection between a ray and a plane.

View source: R/pcdfunctions.R

get_line_plane_interR Documentation

Find the point of intersection between a ray and a plane.

Description

Find the point of intersection between a ray and a plane.

Usage

get_line_plane_inter(ray, plane)

Arguments

ray

2-by-d matrix representing a ray.

plane

d-by-d matrix representing a plane.

Value

A point on a ray.


Artur-man/PCDSL documentation built on Feb. 24, 2024, 11:15 p.m.