AdasValueOnEdge

class AdasValueOnEdge

Position on the edge.

Parameters

shapeIndex

Position on edge is represented as a shape index. Integer part is an index of edge segment and fraction is a position on the segment: 0 - left point, 1 - right point, 0.5 - in the middle between the segment points. Ex.: 3.5 means the middle of the 3rd segment on the Edge shape, shape has more than 4 points

percentAlong

Position along edge shape 0-1

value

Floating point value, e.g. curvature in 1/m or slope in degrees

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val percentAlong: Double
Link copied to clipboard
val shapeIndex: Float
Link copied to clipboard
val value: Double