CArc

ostrat.geom.CArc
See theCArc companion class
object CArc

Companion object of CArc class, contains various factory methods for the construction of circular arcs.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CArc.type

Members list

Value members

Concrete methods

def apply(pStart: Pt2, cen: Pt2, pEnd: Pt2, counter: Int): CArc

Factory method for creating circular arcs.

Factory method for creating circular arcs.

Attributes

def neg(pStart: Pt2, cen: Pt2, pEnd: Pt2): CArc

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Attributes

def neg(xStart: Double, yStart: Double, xCen: Double, yCen: Double, xEnd: Double, yEnd: Double): CArc

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Attributes

def pos(pStart: Pt2, cen: Pt2, pEnd: Pt2): CArc

Creates a positive direction or anti clockwise circular arc, with an AngleVec from 0 until 360 degrees.

Creates a positive direction or anti clockwise circular arc, with an AngleVec from 0 until 360 degrees.

Attributes

def pos(xStart: Double, yStart: Double, xCen: Double, yCen: Double, xEnd: Double, yEnd: Double): CArc

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Creates a negative direction or clockwise circular arc, with an AngleVec from 0 until -360 degrees.

Attributes