EPoint::Area
Compute the oriented area of the parallelogram built on two EPoint
.
Namespace: Euresys::Open_eVision
[C++]
float Area(
const EPoint
& Point
) const
Parameters
Point
Second edge of the parallelogram.
Remarks
Compute the oriented area of the parallelogram built on two EPoint
. The area is counted as positive if the oriented vector pair ('first edge', 'second edge') is in the same sense that the axis frame.
This oriented area can also be viewed as the z-coordinate of a vector product of two 3D vectors obtained in supplementing each edges with a third z-coordinate (set to zero).
EPoint.Area
Compute the oriented area of the parallelogram built on two EPoint
.
Namespace: Euresys.Open_eVision
[C#]
float Area(
EPoint
Point
)
Parameters
Point
Second edge of the parallelogram.
Remarks
Compute the oriented area of the parallelogram built on two EPoint
. The area is counted as positive if the oriented vector pair ('first edge', 'second edge') is in the same sense that the axis frame.
This oriented area can also be viewed as the z-coordinate of a vector product of two 3D vectors obtained in supplementing each edges with a third z-coordinate (set to zero).
EPoint.Area
Compute the oriented area of the parallelogram built on two EPoint
.
Module: open_evision
[Python]
Area(
Point: EPoint
) -> float
Parameters
Point
Second edge of the parallelogram.
Remarks
Compute the oriented area of the parallelogram built on two EPoint
. The area is counted as positive if the oriented vector pair ('first edge', 'second edge') is in the same sense that the axis frame.
This oriented area can also be viewed as the z-coordinate of a vector product of two 3D vectors obtained in supplementing each edges with a third z-coordinate (set to zero).