Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "homogeneous"

Index

Variables

Const fromHomogeneous

fromHomogeneous: MultiVecOpV = vop(1)

Const fromHomogeneous3

fromHomogeneous3: Fn2<null | Vec, ArrayLikeIterable<number>, Vec> = fromHomogeneous.add(3, (out, [x, y, w]) =>setC2(out || [], x / w, y / w))

Const fromHomogeneous4

fromHomogeneous4: Fn2<null | Vec, ArrayLikeIterable<number>, Vec> = fromHomogeneous.add(4, (out, [x, y, z, w]) =>setC3(out || [], x / w, y / w, z / w))

Generated using TypeDoc