class HCoordinate extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HCoordinate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HCoordinate(p1: Coordinate, p2: Coordinate, q1: Coordinate, q2: Coordinate)
- new HCoordinate(p1: Coordinate, p2: Coordinate)
Constructs a homogeneous coordinate which is the intersection of the lines define by the homogenous coordinates represented by two {link Coordinate}s.
- new HCoordinate(p1: HCoordinate, p2: HCoordinate)
- new HCoordinate(p: Coordinate)
- new HCoordinate(_x: Double, _y: Double)
- new HCoordinate(x: Double = 0.0, y: Double = 0.0, w: Double = 1.0)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCoordinate: Coordinate
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.locationtech.jts.algorithm.NotRepresentableException])
- def getX: Double
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.locationtech.jts.algorithm.NotRepresentableException])
- def getY: Double
- Annotations
- @throws(scala.this.throws.<init>$default$1[org.locationtech.jts.algorithm.NotRepresentableException])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val w: Double
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val x: Double
- val y: Double