get_initial_theta: Get the starting angle of an orbit relative to its parent

Description Usage Arguments Value Examples

Description

Get the starting angle of an orbit relative to its parent

Usage

1

Arguments

orbit

Object of class orbit

Value

Angle in radians

Examples

1
2
3
orbit_base <- define_orbit(c(25, 0), 1000)
orbit2 <- define_orbit(c(8, 8), 100, parent_orbit = orbit_base)
get_initial_theta(orbit2)

alexwhan/guilloche documentation built on May 20, 2019, 2:20 p.m.