rotate_bld: Rotated rectangle coordinates

View source: R/rotate_bld.R

rotate_bldR Documentation

Rotated rectangle coordinates

Description

Generate coordinates for a rotated rectangle.

Usage

rotate_bld(center_x = 0, center_y = 0, width_x = 4, length_y = 3,
  rotation = 0, angle_units = "degrees", show_plot = TRUE)

Arguments

center_x

Building's center X coordinate.

center_y

Building's center Y coordinate.

Examples

rotate_bld(center_x = 0, center_y = 0, width_x = 2, length_y = 1)

dKvale/bpip documentation built on Aug. 30, 2022, 2:05 a.m.