Class Object
In: lib/eymiha/math3/math3.rb
Parent: Object

These modifications to objects add 3D point duck classifying.

Methods

Public Instance methods

Returns true if the instance has 3D cartesian coordinates, ie. responds to x, y and z.

Returns true if the instance has 3D cylindrical coordinates, ie responds to c_radius, theta and z.

Returns true if the instance has 3D spherical coordinates, ie. responds to s_radius, theta and phi.

[Validate]