semantics_axes: Generate axis semantics

View source: R/semantics-axes.R

semantics_axesR Documentation

Generate axis semantics

Description

Axis semantics are created using 'semantics_axes' functions. As there are a lot of conventions, we have both an interface to define your own as well as using ones contributed by the community, such as 'semantics_axes_unity' for the Unity game engine.

Usage

semantics_axes(x = NULL, y = NULL, z = NULL, hand = NULL)

Arguments

x, y, z

String values giving semantic meaning for each positive direction, relative to the origin. Acceptable values include 'up', 'down', 'left', 'right', 'forward', and 'backward'.

hand

'left' or 'right' specifying the handedness of the coordinate system.

See Also

semantics_angles


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.