project_to_plane: Project a Point To Plane, 2D Outcome

View source: R/from_ellipsoid_projections.R

project_to_planeR Documentation

Project a Point To Plane, 2D Outcome

Description

Plane defined using a point and a normal

Usage

project_to_plane(xyz, normal)

Arguments

xyz

points to be projected, xyz-matrix

normal

normal of the plane

We will simply rotate the points xyz and drop z-coordinate. Rotation order: 1) Rz 2) Ry

This is not unique w.r.t. rotation around the normal, be aware.


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.