Find the intersection of a line with a plane: Difference between revisions

Content added Content deleted
(→‎With a geometric algebra library: rephrasing De Morgan Law)
Line 1,514: Line 1,514:
my $PLANE = $plane*$I/$I2;
my $PLANE = $plane*$I/$I2;
my $M = $LINE∧$PLANE;
my $M = $LINE∧$PLANE;
y $m = $M*$I/$I2;
my $m = $M*$I/$I2;


# Affine coordinates of (X, Y, Z, W) are (X/W, Y/W, Z/W)
# Affine coordinates of (X, Y, Z, W) are (X/W, Y/W, Z/W)