fGetProjectionsOnPlane: Projections of 3d points on a plane

View source: R/fGetProjectionsOnPlane.R

fGetProjectionsOnPlaneR Documentation

Projections of 3d points on a plane

Description

Projections of 3d points on a plane

Usage

fGetProjectionsOnPlane(
  mCoordinates,
  mOriginCoordinates,
  nScreenPlaneCoefficients
)

Arguments

mCoordinates

matrix with three columns [x,y,z] with >= one rows

mOriginCoordinates

three column, one row matrix specifying coordinates of where the scene is being viewed from

nScreenPlaneCoefficients

[a,b,c,d] such that ax + by + cz = d the plane on which mCoordinates should be projected


thecomeonman/POV documentation built on Sept. 24, 2022, 8:31 p.m.