LengthExtensions

ostrat.geom.Length.LengthExtensions
implicit class LengthExtensions(thisLength: Length)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def *(operand: Length): Area

Extension operator method to produce Area, multiplying this Length by an operand Length.

Extension operator method to produce Area, multiplying this Length by an operand Length.

Attributes

def /(operand: Length): Double

Convenience extension operator to divide by a Length to return a scalar. Defers to the divByLength class method.

Convenience extension operator to divide by a Length to return a scalar. Defers to the divByLength class method.

Attributes