math docs
    Preparing search index...

    Function fromBuffer

    • Sets the components of a vec3 from a buffer

      Parameters

      • out: vec3.Vec3

        the receiving vector

      • buffer: ArrayLike<number>

        the source buffer

      • startIndex: number

        the starting index in the buffer

      Returns vec3.Vec3

      out