HVOffsetDelta

ostrat.prid.phex.HVOffsetDelta
See theHVOffsetDelta companion object
final class HVOffsetDelta(val int1: Int) extends AnyVal, Int1Elem

The offset of a point relative an HVert. The offset is specified by the HVDirn direction to another HVert and the magnitude of that offset speified in 1 sixteenth fractions. An HCorner consists of 1 or 2 of these HVOffsetDelta. The HCorner values are stored in an HCornerLayer. The value of the HVert can be determined by its position in HCornerLayer.

Attributes

Companion
object
Graph
Supertypes
trait Int1Elem
trait IntNElem
trait ValueNElem
trait SpecialT
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def magnitude: Int

Inherited methods

override def intBufferAppend(buffer: ArrayBuffer[Int]): Unit

Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.

Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.

Attributes

Definition Classes
Inherited from:
Int1Elem
override def intForeach(f: Int => Unit): Unit

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Definition Classes
Inherited from:
Int1Elem

Concrete fields

val int1: Int