new_vector3: Internal method for creating a new vector3

View source: R/vector3.R

new_vector3R Documentation

Internal method for creating a new vector3

Description

This follows the pattern recommended in the 'vctrs' documentation.

Usage

new_vector3(x = double(), y = double(), z = double())

Arguments

x, y, z

Vector entries, expected to be double vectors


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