File

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

Index

Properties
Methods

Methods

clone
clone()
Returns : Cartesian2
equals
equals(right: Cartesian2)
Parameters :
Name Type Optional
right Cartesian2 No
Returns : boolean

Properties

x
x: number
Type : number
y
y: number
Type : number
export interface Cartesian2 {
  x: number;
  y: number;

  equals(right: Cartesian2): boolean;

  clone(): Cartesian2;
}

result-matching ""

    No results matching ""