Skip to content

Struct blaze::Point

ClassList > blaze > Point

Public Attributes

Type Name
int x
int y

Public Functions

Type Name
Point ()
Point (int x_, int y_)
Point (double x_, double y_)

Public Attributes Documentation

variable x

int blaze::Point::x;

variable y

int blaze::Point::y;

Public Functions Documentation

function Point [1/3]

inline blaze::Point::Point () 

function Point [2/3]

inline blaze::Point::Point (
    int x_,
    int y_
) 

function Point [3/3]

inline blaze::Point::Point (
    double x_,
    double y_
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/raster.hpp