The instance.Ray
function contains convenience methods and members
for Rac.Ray
objects setup with the owning Rac
instance.
- Source:
Members
xAxis :Rac.Ray
#
| source:
drawable/instance.Ray.js, line 27
A Ray
over the x-axis, starts at instance.Point#origin
and
points to instance.Angle#zero
.
Equal to instance.Ray#zero
.
yAxis :Rac.Ray
#
| source:
drawable/instance.Ray.js, line 42
A Ray
over the y-axis, starts atinstance.Point#origin
and
points to instance.Angle#quarter
.
zero :Rac.Ray
#
| source:
drawable/instance.Ray.js, line 13
A Ray
with all values set to zero, starts at
instance.Point#zero
and points to
instance.Angle#zero
.