setNormal
public void setNormal(double normal)
Set the normal "out" of the site. If the site cannot
change its normal, it can ignore this call, so clients
that care should always check the normal after calling.
If the site can change its normal, it can also change
its position. For example, a site on the perimeter of a
figure may move to a different position.
- Specified by:
setNormal
in interface Site
- Overrides:
setNormal
in class SiteDecorator
- Parameters:
normal
- The normal.
- See Also:
SiteDecorator.getNormal()