Packages

object StarCoords

The singleton object StarCoords provides some constants and convenience methods for use alongside the StarCoords class.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StarCoords
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val MaxValue: Double

    The largest possible x or y coordinate value of a StarCoords.

  2. val MinValue: Double

    The smallest possible x or y coordinate value of a StarCoords.

  3. def fromPercentages(xPercent: Double, yPercent: Double): StarCoords

    Constructs a StarCoords from two values that describe how many percent from the top left corner of the map the location is.

    Constructs a StarCoords from two values that describe how many percent from the top left corner of the map the location is. (Cf. StarCoords.xPercent and StarCoords.yPercent.)