data.label.end

Syntax

Vector Access

v = data.label.end(lp<,i>)
data.label.end(lp<,i>) = v

Get/set the end position. If the optional end position is different from the value returned by data.label.pos, then an arrow is drawn with the label.

Returns:

v - end position vector or component

Accepts:

v - end position vector or component

Arguments:

lp - label pointer

i - optional vector component

Component Access

f = data.label.end.x(lp)
data.label.end.x(lp) = f

Get/set the \(x\)-component of the end position.

Returns:f - \(x\)-component of the end position vector
Accepts:f - \(x\)-component of the end position vector
Arguments:lp - label pointer
f = data.label.end.y(lp)
data.label.end.y(lp) = f

Get/set the \(y\)-component of the end position.

Returns:f - \(y\)-component of the end position vector
Accepts:f - \(y\)-component of the end position vector
Arguments:lp - label pointer
f = data.label.end.z(lp) (3D only)
data.label.end.z(lp) = f (3D only)

Get/set the \(z\)-component of the end position.

Returns:f - \(z\)-component of the end position vector
Accepts:f - \(z\)-component of the end position vector
Arguments:lp - label pointer