dddr icon indicating copy to clipboard operation
dddr copied to clipboard

Error message when rotate has the wrong number of arguments is uninformative

Open markromanmiller opened this issue 2 years ago • 0 comments

Error in `cross()`:
! `cross` expects both arguments to inherit from `dddr_vector3`. Instead, the arguments were `NULL` and `NULL`.
Backtrace:
 1. dddr::rotate(...)
 2. dddr:::rotate.dddr_quat(...)
 3. dddr:::make_rotator(axis, angle, from, to)
 4. dddr::cross(from, to)

markromanmiller avatar Aug 21 '22 04:08 markromanmiller