API Docs for: 0.9.3
Show:

Euclidean3 Class

The Euclidean3 class represents a multivector for a 3-dimensional linear space with a Euclidean metric.

Constructor

Euclidean3

(
  • w
  • x
  • y
  • z
  • xy
  • yz
  • zx
  • xyz
)

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.

  • z Number

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

  • xy Number

    The bivector component of the multivector in the xy-plane.

  • yz Number

    The bivector component of the multivector in the yz-plane.

  • zx Number

    The bivector component of the multivector in the zx-plane.

  • xyz Number

    The pseudoscalar part of the multivector.

Item Index