Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInt32x4

Hierarchy

  • IInt32x4

Index

Properties

getFlagW

getFlagW: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getFlagX

getFlagX: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getFlagY

getFlagY: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getFlagZ

getFlagZ: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

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

select

select: (trueValue: IFloat32x4, falseValue: IFloat32x4) => IFloat32x4

Type declaration

shuffle

shuffle: (mask: number) => IInt32x4

Type declaration

shuffleMix

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

Type declaration

withFlagW

withFlagW: (w: boolean) => IInt32x4

Type declaration

withFlagX

withFlagX: (x: boolean) => IInt32x4

Type declaration

withFlagY

withFlagY: (y: boolean) => IInt32x4

Type declaration

withFlagZ

withFlagZ: (z: boolean) => IInt32x4

Type declaration

withW

withW: (w: number) => IInt32x4

Type declaration

withX

withX: (x: number) => IInt32x4

Type declaration

withY

withY: (y: number) => IInt32x4

Type declaration

withZ

withZ: (z: number) => IInt32x4

Type declaration

Generated using TypeDoc