summaryrefslogtreecommitdiff
path: root/include/libcamera/geometry.h
AgeCommit message (Expand)Author
2021-02-04libcamera: geometry: Mark const functions with __nodiscardLaurent Pinchart
2020-10-27libcamera: Add geometry helper functionsDavid Plowman
2020-08-03libcamera: geometry: Add isNull() function to Rectangle classJacopo Mondi
2020-07-15libcamera: geometry: Provide in-place versions of the Size helpersLaurent Pinchart
2020-07-15libcamera: geometry: Make Size and Rectangle usable as constexprLaurent Pinchart
2020-07-15libcamera: geometry: Turn Size and Rectangle into classesLaurent Pinchart
2020-07-15libcamera: geometry: Give constructors to RectangleLaurent Pinchart
2020-07-15libcamera: geometry: Define Rectangle after SizeLaurent Pinchart
2020-07-15libcamera: geometry: Add helper functions to the Size classLaurent Pinchart
2020-06-29libcamera: geometry: Add isNull() function to Size classLaurent Pinchart
2020-05-22libcamera: geometry: Set steps to 0 in default SizeRange constructorLaurent Pinchart
2020-04-26libcamera: geometry: Rename Rectangle fieldsJacopo Mondi
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2019-06-19libcamera: geometry: SizeRange: Add contains()Niklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Add toString()Niklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Extend with step informationNiklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Add constructor for a single sizeNiklas Söderlund
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-18libcamera: geometry: Add comparison operators to geometry classesLaurent Pinchart
2019-04-18libcamera: geometry: Use Size to store min and max in SizeRangeLaurent Pinchart
2019-04-18libcamera: geometry: Sort classes alphabeticallyLaurent Pinchart
2019-04-05libcamera: Make geometry.h a public headerNiklas Söderlund