LineIntersectionPointNormalKind
public enum LineIntersectionPointNormalKind
Parameter passed along point normals in mappingPointNormals(_:) and
replacingPointNormals(_:) to specify to the closure which kind of point
normal was provided.
-
Declaration
Swift
case singlePoint -
Declaration
Swift
case twoPointsFirst -
Declaration
Swift
case twoPointsSecond -
Declaration
Swift
case points(index: Int) -
Declaration
Swift
case pairEnter(index: Int) -
Declaration
Swift
case pairExit(index: Int)