applyMVP: Applies transformation from rgl plot to data

Description Usage Arguments Details Value Author(s)

Description

Applies transformation from rgl plot to data

Usage

1
applyMVP(data, MVP = NULL)

Arguments

data

3D matrix of value to be plotted, with each dimension in a column

MVP

Default NULL. The transformation matrix of Projection matrix Model matrix. This can be retrieved using the getMVP function or if not supplied is retrieved from the current open rgl device.

Details

Applies transformation from rgl plot to data

Value

Returns the transformed data ready to be plotted using the R base plot function.

Author(s)

Wajid Jawaid


wjawaid/bglab documentation built on May 4, 2019, 6:33 a.m.