vector3D {grDevices3D} R Documentation

Create a new 3D point

Description

Usage

vector3D(x, y,
    z = 0);

Arguments

x

[as double]

y

[as double]

z

[as double]

Details

Authors

graphics

Value

this function returns data object of type Point3D.

clr value class

Examples


[Package grDevices3D version 1.0.0.0 Index]