DanielBullimore / OOmutiny

OO Javascript frontend
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

0.1 Point #16

Closed DanielBullimore closed 4 years ago

DanielBullimore commented 5 years ago

Priority: Unset

Depends:

0.0 Master (OO)-[OO.class.js]

Description:

An x,y,z axis triangulation point.

UML

OoPoint-18-06-2019

Properties:

numX - private number, x axis index value.
numY - private number, y axis index value.
numZ - private number, z axis index value.

Methods:

funSetPoint() - takes 3 numbers as the x y z index to define the point.
funGetPoint() - returns an array containing the three indexes of the point
funGetAxisX() - returns the index value of axis X.
funGetAxisY() - returns the index value of axis Y.
funGetAxisZ() - returns the index value of axis Z.
DanielBullimore commented 5 years ago

Complete, simple class good for a beginner. Will close and open testing plan for OoPoint

DanielBullimore commented 4 years ago

passed sanity check