PositionPathView

data class PositionPathView<Param>(    val path: PositionPath<Param>,     val offset: Double,     val length: Double) : PositionPath<Param>

Constructors

Link copied to clipboard
fun <Param> PositionPathView(    path: PositionPath<Param>,     offset: Double,     length: Double)

Functions

Link copied to clipboard
open fun begin(n: Int): Vector2dDual<Param>
Link copied to clipboard
open fun end(n: Int): Vector2dDual<Param>
Link copied to clipboard
open operator override fun get(param: Double, n: Int): Vector2dDual<Param>
Link copied to clipboard
open override fun length(): Double

Properties

Link copied to clipboard
val length: Double
Link copied to clipboard
val offset: Double
Link copied to clipboard
val path: PositionPath<Param>