Class Polyrat

Name

Polyrat

Hierarchy

  • Polyrat

Constructors

Properties

coefficents: Coefficents = {}
dimension: number = 0
greekSymbols: string = ''
latinSymbols: string = ''

Methods

  • Evaluate the result given the parameters for each dimension.

    Parameters

    • parameters: Rat[]

    Returns Rat

  • The "calc" code for evaluating the value.

    Returns string

  • The GLSL code for evaluating the value.

    Returns string

  • The formula in the human way with exponents as HTML sups.

    Returns string

  • The JSON representation.

    Returns string

  • The formula in the standard alpha form as HTML.

    Returns string

  • s The text representation.

    Returns string

Generated using TypeDoc