OrdinaledExtensions

ostrat.geom.OrdinaledExtensions
class OrdinaledExtensions[A <: OrdinaledElem](thisA: A)(implicit ev: Slate[A])

Extension class for OrdinaledElems.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def bottomLeftTo(newBottomLeft: Pt2): A

Translate an object of type T such that the bottom left of the new object is given by the new position. This method translates the object to an absolute position.

Translate an object of type T such that the bottom left of the new object is given by the new position. This method translates the object to an absolute position.

Attributes

def bottomRightTo(newBottomRight: Pt2): A

Translate an object of type T such that the bottom right of the new object is given by the new position. This method translates the object to an absolute position.

Translate an object of type T such that the bottom right of the new object is given by the new position. This method translates the object to an absolute position.

Attributes

def topLeftTo(newTopLeft: Pt2): A

Translate an object of type T such that the top left of the new object is given by the new position. This method translates the object to an absolute position.

Translate an object of type T such that the top left of the new object is given by the new position. This method translates the object to an absolute position.

Attributes

def topRightTo(newTopRight: Pt2): A

Translate an object of type T such that the top right of the new object is given by the new position. This method translates the object to an absolute position.

Translate an object of type T such that the top right of the new object is given by the new position. This method translates the object to an absolute position.

Attributes