Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImmutableMeasure<T>

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

a

a: number

The scalar part of the measure, as a number.

coords

coords: number[]

Methods

add

  • add(rhs: T): T

angle

  • angle(): T

cos

  • cos(): T

cosh

  • cosh(): T

direction

  • direction(): T

div

  • div(rhs: T): T

divByScalar

  • divByScalar(α: number): T

exp

  • exp(): T

ext

  • ext(rhs: T): T

grade

  • grade(grade: number): T

lco

  • lco(rhs: T): T

lerp

  • lerp(target: T, α: number): T

log

  • log(): T

mul

  • mul(rhs: T): T

norm

  • norm(): T

pow

  • pow(exponent: T): T

quad

  • quad(): T

rco

  • rco(rhs: T): T

scale

  • scale(α: number): T

scp

  • scp(rhs: T): T

sin

  • sin(): T

sinh

  • sinh(): T

slerp

  • slerp(target: T, α: number): T

sub

  • sub(rhs: T): T

toExponential

  • toExponential(fractionDigits?: number): string

toFixed

  • toFixed(fractionDigits?: number): string

toPrecision

  • toPrecision(precision?: number): string

toString

  • toString(radix?: number): string