RayTraceStyle

public enum RayTraceStyle : String, Codable, CaseIterable

Represnts the style to draw rays

  • draws a line between the starting and endoing points

    Declaration

    Swift

    case line
  • Draws only the end point of a line

    Declaration

    Swift

    case point