DSC Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
DSC::Point< T > Struct Template Reference

Generic point of two coordinates. More...

#include <point.hpp>

Public Attributes

x
 
y
 

Detailed Description

template<typename T>
struct DSC::Point< T >

Generic point of two coordinates.

Template Parameters
Ttype of the X/Y dimensions

Member Data Documentation

◆ x

template<typename T >
T DSC::Point< T >::x

Point X-coordinate

◆ y

template<typename T >
T DSC::Point< T >::y

Point Y-coordinate


The documentation for this struct was generated from the following file: