Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Cylindrical

A point's cylindrical coordinates. See the ngx3js docs page for details.

Hierarchy

  • Cylindrical

Index

Constructors

constructor

  • new Cylindrical(radius?: number, theta?: number, y?: number): I3JS.Cylindrical

Properties

radius

radius: number

Distance from the origin to a point in the x-z plane. Default is 1.0.

theta

theta: number

Counterclockwise angle in the x-z plane measured in radians from the positive z-axis. Default is 0.

y

y: number

Height above the x-z plane. Default is 0.

Methods

clone

copy

set

setFromCartesianCoords

setFromVector3

Generated using TypeDoc