R/fGetNormalVector.R

Defines functions fGetNormalVector

#' @export
fGetNormalVector = function(
    mVector1
) {
    ( mVector1 / ( sum(mVector1^2) ^ 0.5 ) )
}
thecomeonman/POV documentation built on Sept. 24, 2022, 8:31 p.m.