# File lib/eymiha/math3/math3.rb, line 63
def
point3
(
x
=
0
,
y
=
0
,
z
=
0
)
Point3
.
new
(
x
,
y
,
z
)
end