Learn R Programming

hexify (version 0.3.10)

hexify_forward_to_face: Forward projection to specific face

Description

Projects to a known face (skips face detection).

Usage

hexify_forward_to_face(face, lon, lat)

Value

Named numeric vector: c(icosa_triangle_x, icosa_triangle_y)

Arguments

face

Face index (0-19)

lon

Longitude in degrees

lat

Latitude in degrees

See Also

Other projection: hexify_build_icosa(), hexify_face_centers(), hexify_forward(), hexify_get_precision(), hexify_inverse(), hexify_projection_stats(), hexify_set_precision(), hexify_set_verbose(), hexify_which_face()