• Sets the given vector "result" with the element values from the index "offset" of the given array

    Parameters

    • array: number[]

      defines the source array

    • offset: number

      defines the offset in the source array

    • result: MutableVector3

      defines the Vector3 where to store the result

    Returns void