R/RcppExports.R

Defines functions point_2_line_CPP euc_CPP energy_calc_CPP angles_CPP rotate_CPP wake_CPP

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

wake_CPP <- function(Rotorf, wakr, leA) {
    .Call(`_windfarmGA_wake_CPP`, Rotorf, wakr, leA)
}

rotate_CPP <- function(X1, Y1, Px, Py, angle) {
    .Call(`_windfarmGA_rotate_CPP`, X1, Y1, Px, Py, angle)
}

angles_CPP <- function(Aa, Bb, Cc) {
    .Call(`_windfarmGA_angles_CPP`, Aa, Bb, Cc)
}

energy_calc_CPP <- function(wind_speed, rotor_radius, air_rh) {
    .Call(`_windfarmGA_energy_calc_CPP`, wind_speed, rotor_radius, air_rh)
}

euc_CPP <- function(x1, x2, y1, y2) {
    .Call(`_windfarmGA_euc_CPP`, x1, x2, y1, y2)
}

point_2_line_CPP <- function(x, y) {
    .Call(`_windfarmGA_point_2_line_CPP`, x, y)
}

Try the windfarmGA package in your browser

Any scripts or data that you put into this service are public.

windfarmGA documentation built on May 5, 2021, 5:08 p.m.