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
new
(*args)
new
(reader)
reader:
BinaryIO#BinaryReader
Public Instance methods
distance
(other)
Distance in three dimensions.
other:
Another
Vector3P
distance_xy
(other)
Distance in two dimensions.
other:
Another
Vector3P
initalize
(x, y, z)
x:
X position
y:
Y position
z:
Z position
to_a
()
write
(writer)
writer:
BinaryIO#BinaryWriter
[Validate]