A space vector represents the area of a triangle Attention! It's a space vector! It's not a plane vector! It's a solid geometry! How to use coordinates to represent triangle area? Is it the same as plane geometry?

A space vector represents the area of a triangle Attention! It's a space vector! It's not a plane vector! It's a solid geometry! How to use coordinates to represent triangle area? Is it the same as plane geometry?

Let a = (x1, Y1, z1), B = (X2, Y2, Z2), C = (X3, Y3, Z3)
AB=(x2-x1,y2-y1,z2-z1),AC=(x3-x1,y3-y1,z3-z1)
Triangle area: S = | ab × AC | / 2 (× is cross product)