Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Point Struct Reference

Just point. More...

#include <Point.hpp>

Collaboration diagram for Point:
Collaboration graph

Public Member Functions

 Point (double x, double y, double z)
 
 Point (Coord x, Coord y, Coord z)
 
Coord x () const noexcept
 
Coord y () const noexcept
 
Coord z () const noexcept
 
bool operator== (const Point &other) const noexcept
 
bool operator!= (const Point &other) const noexcept
 

Public Attributes

double x
 
double y
 
double z
 

Protected Attributes

Coord _x
 
Coord _y
 
Coord _z
 

Detailed Description

Just point.

It't Point. James Point.

Type. Represents point in three-dimensional space.

Constructor & Destructor Documentation

Point::Point ( double  x,
double  y,
double  z 
)
inline
Point::Point ( Coord  x,
Coord  y,
Coord  z 
)
inline

Member Function Documentation

bool Point::operator!= ( const Point other) const
inlinenoexcept
bool Point::operator== ( const Point other) const
inlinenoexcept
Coord Point::x ( ) const
inlinenoexcept
Coord Point::y ( ) const
inlinenoexcept
Coord Point::z ( ) const
inlinenoexcept

Member Data Documentation

Coord Point::_x
protected
Coord Point::_y
protected
Coord Point::_z
protected
double Point::x
double Point::y
double Point::z

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