Class CWrp::Vector3P
In: ../lib/roller/CWRP.rb
Parent: Object

Methods

distance   distance_xy   initalize   new   new   to_a   write  

External Aliases

initialize -> init_1
initialize -> init_2

Attributes

x  [RW] 
y  [RW] 
z  [RW] 

Public Class methods

Public Instance methods

Distance in three dimensions.

other:Another Vector3P

Distance in two dimensions.

other:Another Vector3P
x:X position
y:Y position
z:Z position

[Validate]