math docs
    Preparing search index...

    Function fromBuffer

    • Sets the components of a vec4 from a buffer

      Parameters

      • out: vec4.Vec4

        the receiving vector

      • buffer: ArrayLike<number>

        the source buffer

      • startIndex: number

        the starting index in the buffer

      Returns vec4.Vec4

      out