int_calc_shape_xy: Calculate x-y coordinates for shapes

int_calc_shape_xyR Documentation

Calculate x-y coordinates for shapes

Description

Calculate x-y coordinates for shapes

Usage

int_calc_point_xy(x)

int_calc_segment_xy(x)

int_calc_refline_xy(x, rg)

int_calc_area_xy(x, rg)

int_calc_ribbon_xy(x)

int_calc_triangle_xy(x)

int_calc_isosceles_xy(x)

int_calc_right_xy(x)

int_calc_quad_xy(x)

int_calc_rect_xy(x)

int_calc_diamond_xy(x)

int_calc_kite_xy(x)

int_calc_polygon_xy(x)

int_calc_regpoly_xy(x)

int_calc_star_xy(x)

int_calc_freepoly_xy(x)

int_calc_circle_xy(x)

int_calc_ellipse_xy(x)

int_calc_round_xy(x)

Arguments

x

A tibble row defining an instance of a shape.

rg

A tibble row defining the region a shape is attached to.


j-martineau/pj documentation built on March 19, 2022, 5:32 a.m.