PointPackage RΒΆ

newpoint.spad line 554 [edit on github]

This package undocumented

color: Point R -> R

color(pt) returns the fourth element of the point, pt, although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically, color to express a fourth dimension.

hue: Point R -> R

hue(pt) returns the third element of the two dimensional point, pt, although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically, hue to express a third dimension.

phiCoord: Point R -> R

phiCoord(pt) returns the third element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical coordinate system.

rCoord: Point R -> R

rCoord(pt) returns the first element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.

shade: Point R -> R

shade(pt) returns the fourth element of the two dimensional point, pt, although no assumptions are made with regards as to how the components of higher dimensional points are interpreted. This function is defined for the convenience of the user using specifically, shade to express a fourth dimension.

thetaCoord: Point R -> R

thetaCoord(pt) returns the second element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a spherical or a cylindrical coordinate system.

xCoord: Point R -> R

xCoord(pt) returns the first element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.

yCoord: Point R -> R

yCoord(pt) returns the second element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian coordinate system.

zCoord: Point R -> R

zCoord(pt) returns the third element of the point, pt, although no assumptions are made as to the coordinate system being used. This function is defined for the convenience of the user dealing with a Cartesian or a cylindrical coordinate system.