Changes between Initial Version and Version 3 of Ticket #147


Ignore:
Timestamp:
Nov 21, 2007, 2:11:29 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #147

    • Property Cc mloskot added
    • Property Resolution nonefixed
  • Ticket #147 – Description

    initial v3  
    1 {{{
    21The GEOSCoordSeq_setY function does *not* have an effect on x.
    32
     
    65Example code (using Python ctypes, which is pretty much exactly the same as programming in C):
    76
     7{{{
    88cs = lgeos.GEOSCoordSeq_create(1, ndim)
    99# Setting X appears to clobber Y. Watch how the doctest above