API Docs for: 0.9.3
Show:

Euclidean2 Class

The Euclidean2 class represents a multivector for a 2-dimensional linear space with a Euclidean metric.

Constructor

Euclidean2

(
  • w
  • x
  • y
  • xy
)

Parameters:

  • w Number

    The scalar part of the multivector.

  • x Number

    The vector component of the multivector in the x-direction.

  • y Number

    The vector component of the multivector in the y-direction.

  • xy Number

    The pseudoscalar part of the multivector.

Item Index