[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Polygon Area Calculation?
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Polygon Area Calculation?
- From: KKarasu <catsareninja@xxxxxxxxx>
- Date: Mon, 29 Sep 2008 19:21:10 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 29 Sep 2008 14:21:31 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4+iXvBdNxBBpA8UB6YFmM/LEe+FfKs8NGz07dyvXIOU=; b=Ewknb7mCgUim/2ChSXz8P7TAQ7P9DxRNwtgdx2/c6WA/0CY8j3dD3+wG/4VU1737Tw TO4hyikI5SxPtCE8U1nU/nUpdwjWT8vXO4LSWj8kewRzsDyJsy2s5K9j3SR8xLPBOagH nvVttTfqu/JSEKEoT7VHJXg8kpfzT3pFnwbhA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Jnz5TU6cS+feU0HuunjICK1Ak/mzcaqYWjmdRmUXPqZCKPf+V2p0JTFljrga3O4/oF h+gp1ja6Fu0TR944DqI6nfquDHjD2dbOx6H7VPSFuCHC+NQjnxDhE6IZQomqpYcPyTNx YtDeuaLzkCxzIAjfY+Ykpja+5nZbiF1FLRRn0=
- In-reply-to: <217c8c050809290857h53a543a2gbc5716cdb1f04c5a@xxxxxxxxxxxxxx>
- References: <217c8c050809290857h53a543a2gbc5716cdb1f04c5a@xxxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
- User-agent: Thunderbird 2.0.0.17 (X11/20080925)
Mark S wrote:
Hi all,
I'm wondering if there is anything built in to pygame that will report
the area of a polygon?
Thanks,
mark
Hi mark....i dont think so.check the documents.
Either way there must be some other modules of python that do that.
If you cant find any, just build ur own functions.