Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Float64x2

Index

Constructors

constructor

  • new Float64x2(x: number, y: number): Float64x2

Properties

Private Readonly _dart_abs

_dart_abs: () => IFloat64x2 = ...

Type declaration

Private Readonly _dart_clamp

_dart_clamp: (lowerLimit: IFloat64x2, upperLimit: IFloat64x2) => IFloat64x2 = ...

Type declaration

Private Readonly _dart_getSignMask

_dart_getSignMask: () => number = ...

Type declaration

    • (): number
    • Returns number

Private Readonly _dart_getX

_dart_getX: () => number = ...

Type declaration

    • (): number
    • Returns number

Private Readonly _dart_getY

_dart_getY: () => number = ...

Type declaration

    • (): number
    • Returns number

Private Readonly _dart_max

_dart_max: (other: IFloat64x2) => IFloat64x2 = ...

Type declaration

Private Readonly _dart_min

_dart_min: (other: IFloat64x2) => IFloat64x2 = ...

Type declaration

Private Readonly _dart_scale

_dart_scale: (s: number) => IFloat64x2 = ...

Type declaration

Private Readonly _dart_sqrt

_dart_sqrt: () => IFloat64x2 = ...

Type declaration

Private Readonly _dart_withX

_dart_withX: (x: number) => IFloat64x2 = ...

Type declaration

Private Readonly _dart_withY

_dart_withY: (y: number) => IFloat64x2 = ...

Type declaration

Methods

abs

clamp

getSignMask

  • getSignMask(): number

getX

  • getX(): number

getY

  • getY(): number

max

min

scale

sqrt

withX

withY

Static fromFloat32x4

Static splat

Static zero

Generated using TypeDoc