Uses of Class
com.threerings.math.Line

Packages that use Line
com.threerings.math Model and animation configurations. 
 

Uses of Line in com.threerings.math
 

Fields in com.threerings.math declared as Line
static Line Line.X_AXIS
          The X axis.
static Line Line.Y_AXIS
          The Y axis.
 

Methods in com.threerings.math that return Line
 Line Line.fromPoints(Vector2f p1, Vector2f p2)
          Sets this line based on the two points provided.
 Line Line.set(float a, float b, float c)
          Sets the parameters of the line.
 Line Line.set(Line other)
          Copies the parameters of another line.
 Line Line.set(Vector2f normal, float constant)
          Sets the parameters of the line.
 

Methods in com.threerings.math with parameters of type Line
 Line Line.set(Line other)
          Copies the parameters of another line.
 

Constructors in com.threerings.math with parameters of type Line
Line(Line other)
          Copy constructor.
 



Copyright © 2011. All Rights Reserved.