isGeometricType.isGeometricType

Undocumented in source.
template isGeometricType(T)
@safe
enum isGeometricType = isValidPointType!T || isValidLineType!T || isValidPathType!T || isValidPolygon!T || isValidCircleType!T || isValidLineSegmentType!T || isValidBoxType!T;

Meta