-
Notifications
You must be signed in to change notification settings - Fork 1
tannus.geom.Point
DavisDevelopment edited this page Jan 2, 2015
·
1 revision
class to represent a three-dimensional point in Cartesian space
The x coordinate of
this
Point
The y coordinate of
this
Point
The z coordinate of
this
Point
Constructor function; All arguments are nullable and default to
0
Tests whether
this
Point equalsother
Point
In other words, whether theirx
,y
, andz
coordinates are all the same
Create and returns a new Point instance with it's
x
,y
, andz
indices all the difference between those indices ofthis
andother
Creates and returns a new Point instance which is the "sum" of
this
andother