dgt.geom

Contains various generic geometry containers

floathe entire module is designed for 2D, because libdgt is for 2D development

Members

Structs

Circle
struct Circle

A circle with a center and a radius

Line
struct Line

Represents a 2D line segment

Rectangle
struct Rectangle

An axis-aligned rectangle made of some numeric type

Transform
struct Transform

A Transform 3x3 matrix to make transformations more efficient

Vector
struct Vector

A 2D vector with an arbitrary numeric type

Meta