Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "math/maxcomp"

Index

Functions

Const maxComp2

  • maxComp2(v: Vec2Sym | Vec3Sym | Vec4Sym): FnCall<"float">
  • Inline function. Returns max(v.x, v.y)

    Parameters

    • v: Vec2Sym | Vec3Sym | Vec4Sym

      -

    Returns FnCall<"float">

Const maxComp3

  • maxComp3(v: Vec3Sym | Vec4Sym): FnCall<"float">
  • Inline function. Returns max(v.x, v.y, v.z)

    Parameters

    • v: Vec3Sym | Vec4Sym

      -

    Returns FnCall<"float">

Const maxComp4

  • maxComp4(v: Vec4Sym): FnCall<"float">
  • Inline function. Returns max(v.x, v.y, v.z, v.w)

    Parameters

    • v: Vec4Sym

      -

    Returns FnCall<"float">

Generated using TypeDoc