31 TCoordinate AIntersectionParameter,
32 CVertex
const & AIntersectionPoint,
33 int AIntersectedCellDimension,
35 : FIntersectedCell(AIntersectedCell),
36 FIntersectionParameter(AIntersectionParameter),
37 FIntersectionPoint(AIntersectionPoint),
38 FIntersectedCellDimension(AIntersectedCellDimension),
39 FIntersectionPosition(AIntersectionPosition)
48 return FIntersectedCell;
56 return FIntersectionParameter;
64 return FIntersectionPoint;
72 return FIntersectedCellDimension;
80 return FIntersectionPosition;
88 FIntersectedCell = ADart;
96 FIntersectionParameter = AParameter;
104 FIntersectionPoint = APoint;
112 FIntersectedCellDimension = ADimension;
120 FIntersectionPosition = APosition;