Skip to contents

Rotate shape through 180 degrees. Internal function

Usage

rotate_areas(front, side)

Arguments

front

area of front-view in metres squared

side

area of side-view in metres squared

Value

numeric

Examples

if (FALSE) { # \dontrun{
rotate_areas(1,2)
} # }