CRaPI - Correct Robust and Perfect API

Intersection Constructor 

Constructs an Intersection, with a point and 2 flags.

public Intersection(
   Point2D pPoint,
   Flag pFlagOne,
   Flag pFlagTwo
);

Parameters

pPoint
The position
pFlagOne
The first flag
pFlagTwo
The second flag

See Also

Intersection Class | TeamYaffa.CRaPI.World Namespace