Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFloat64x2

Hierarchy

  • IFloat64x2

Index

Properties

abs

abs: () => IFloat64x2

Type declaration

clamp

clamp: (lowerLimit: IFloat64x2, upperLimit: IFloat64x2) => IFloat64x2

Type declaration

getSignMask

getSignMask: () => number

Type declaration

    • (): number
    • Returns number

getX

getX: () => number

Type declaration

    • (): number
    • Returns number

getY

getY: () => number

Type declaration

    • (): number
    • Returns number

max

max: (other: IFloat64x2) => IFloat64x2

Type declaration

min

min: (other: IFloat64x2) => IFloat64x2

Type declaration

scale

scale: (s: number) => IFloat64x2

Type declaration

sqrt

sqrt: () => IFloat64x2

Type declaration

withX

withX: (x: number) => IFloat64x2

Type declaration

withY

withY: (y: number) => IFloat64x2

Type declaration

Generated using TypeDoc