Point

This code sucks. It's going bye-bye soon.

Constructors

this
this(real x, real y, real z)
Undocumented in source.

Members

Functions

opAssign
void opAssign(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(real rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Point opBinary(real rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Point rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(real rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(real rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
real x;

The x coordinate of the point.

y
real y;

The y coordinate of the point.

z
real z;

The z coordinate of the point.

Meta