new_quat: Internal method for creating a new quat

View source: R/quat.R

new_quatR Documentation

Internal method for creating a new quat

Description

This follows the new / validate / user-facing pattern recommended in the 'vctrs' documentation.

Usage

new_quat(w = double(), x = double(), y = double(), z = double())

Arguments

w, x, y, z

Quaternion entries, expected to be double vectors


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