CODLineComponent::TestOrthogonality

BOOL CODLineComponent::TestOrthogonality(void)

Determines if the line is currently orthogonal.

Defined in: OdLineComp.cpp

Return Value

TRUE if line is orthogonal; otherwise FALSE.

Comments

This function examines the points on the line and determines if all angles are 90 degrees. If all angles formed by the segments in the line are 90 degrees, then this function returns TRUE.