cross

fun cross(other: Point3D): Point3D(source)

Cross product with other, treating both as vectors from the origin. Returns the right-hand-rule perpendicular: (this × other). Order matters — a × b = -(b × a).