File

projects/angular-cesium/src/lib/angular-cesium/models/cartesian3.ts

Extends

Cartesian2

Index

Properties
Methods

Methods

clone
clone()
Returns : Cartesian3
equals
equals(other: Cartesian3)
Parameters :
Name Type Optional
other Cartesian3 No
Returns : boolean

Properties

z
z: number
Type : number
import { Cartesian2 } from './cartesian2';

export interface Cartesian3 extends Cartesian2 {
  z: number;

  clone(): Cartesian3;

  equals(other: Cartesian3): boolean;
}

result-matching ""

    No results matching ""