The OpenD Programming Language

Vertex3D

Vertex in 3D space

Constructors

this
this(Vertex3D v)

Copy constructor

this
this(double _x, double _y, double _z)

Constructor taking x, y and z value

Members

Functions

opBinary
Vertex3D opBinary(Vertex3D v2)

Vertex substraction or addition

Variables

x
double x;

x value

y
double y;

y value

z
double z;

z value

Meta