Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFloat32x4

Hierarchy

  • IFloat32x4

Index

Properties

abs

abs: () => IFloat32x4

Type declaration

clamp

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

Type declaration

equal

equal: (other: IFloat32x4) => IInt32x4

Type declaration

getSignMask

getSignMask: () => number

Type declaration

    • (): number
    • Returns number

getW

getW: () => number

Type declaration

    • (): number
    • Returns number

getX

getX: () => number

Type declaration

    • (): number
    • Returns number

getY

getY: () => number

Type declaration

    • (): number
    • Returns number

getZ

getZ: () => number

Type declaration

    • (): number
    • Returns number

greaterThan

greaterThan: (other: IFloat32x4) => IInt32x4

Type declaration

greaterThanOrEqual

greaterThanOrEqual: (other: IFloat32x4) => IInt32x4

Type declaration

lessThan

lessThan: (other: IFloat32x4) => IInt32x4

Type declaration

lessThanOrEqual

lessThanOrEqual: (other: IFloat32x4) => IInt32x4

Type declaration

max

max: (other: IFloat32x4) => IFloat32x4

Type declaration

min

min: (other: IFloat32x4) => IFloat32x4

Type declaration

notEqual

notEqual: (other: IFloat32x4) => IInt32x4

Type declaration

reciprocal

reciprocal: () => IFloat32x4

Type declaration

reciprocalSqrt

reciprocalSqrt: () => IFloat32x4

Type declaration

scale

scale: (s: number) => IFloat32x4

Type declaration

shuffle

shuffle: (mask: number) => IFloat32x4

Type declaration

shuffleMix

shuffleMix: (other: IFloat32x4, mask: number) => IFloat32x4

Type declaration

sqrt

sqrt: () => IFloat32x4

Type declaration

withW

withW: (w: number) => IFloat32x4

Type declaration

withX

withX: (x: number) => IFloat32x4

Type declaration

withY

withY: (y: number) => IFloat32x4

Type declaration

withZ

withZ: (z: number) => IFloat32x4

Type declaration

Generated using TypeDoc