Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MutableLinearElement<I, M, S, V, MAGNITUDE, SCALING>

This interface is provided to ensure consistency. It is not part of the documented API.

Type parameters

  • I

  • M

  • S

  • V

  • MAGNITUDE

  • SCALING

Hierarchy

Index

Methods

add

  • add(rhs: I, α?: number): M

approx

  • approx(n: number): M

clone

  • clone(): M

copy

  • copy(source: I): M

divByScalar

  • divByScalar(α: SCALING): M

lerp

  • lerp(target: I, α: number): M

neg

  • neg(): M

reflect

  • reflect(n: V): M

rotate

  • rotate(rotor: S): M

scale

  • scale(α: SCALING): M

slerp

  • slerp(target: I, α: number): M

stress

  • stress(σ: V): M

sub

  • sub(rhs: I, α?: number): M

toExponential

  • toExponential(fractionDigits?: number): string

toFixed

  • toFixed(fractionDigits?: number): string

toPrecision

  • toPrecision(precision?: number): string

toString

  • toString(radix?: number): string

zero

  • zero(): M