How to add your knowledge

localY()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Returns the Y coordinate value of a vector or point, after transforming to the coordinate space of inFrame. if, however, world? is True the Y coordinate of p is returned.

    Syntax

    localY ( p As Point, _
             Optional world? As Boolean = False, _
             Optional inFrame As Frame = localFrame ) As Number 
    Argument Type Description
    p any A point or vector object
    world? Boolean Optional; if True transform to world space; default is False.
    inFrame Frame Optional; coordinate space in which the Y coordinate is computed, if world? is False; default is localFrame.