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
NumberThe scalar part of the multivector.
-
x
NumberThe vector component of the multivector in the x-direction.
-
y
NumberThe vector component of the multivector in the y-direction.
-
xy
NumberThe pseudoscalar part of the multivector.