Class: oPathPoint

$. oPathPoint

The $.oPathPoint Class represents a point on a column of type 3DPath. This class is used to access information about the curve that this point belongs to.

new $.oPathPoint(oColumnObject, oFrameObject)

openHarmony/openHarmony_path.js, line 61
The constructor for the $.oPathPoint class.
Name Type Description
oColumnObject oColumn The 3DPath column that contains this information
oFrameObject oFrame The frame on which the point is placed
Properties:
Name Type Description
column oColumn The column this point belongs to
frame oFrame The frame on which the point is placed.

Members

biasfloat

The bias at the current keyframe point.

continuityfloat

The continuity at the current keyframe point.

lockfloat

The bezier lock at the current keyframe point.

pointIndexint

The keyframe index of the frame/key at this point.

position$.oPoint

The coordinates of the 3D path point as an oPoint

tensionfloat

The tension at the current keyframe point.

velocityfloat

The velocity at the current keyframe point.

xfloat

The X value of the path element.

yfloat

The Y value of the path element.

zfloat

The Z value of the path element.

Methods

set(pseudoPathPoint)

openHarmony/openHarmony_path.js, line 274
Matches this path point to the provided one.
Name Type Description
pseudoPathPoint $.oPathPoint The path point object to match this to.

toString(){string}

openHarmony/openHarmony_path.js, line 296
Converts the pathpoint to a string.
Returns:
Type Description
string The pathpoint represented as a string.