Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] offset

Subject: CGAL users discussion list

List archive

[cgal-discuss] offset


Chronological Thread 
  • From: Issha Kayo <>
  • To:
  • Subject: [cgal-discuss] offset
  • Date: Sat, 10 Oct 2009 14:18:54 +0900
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=DqVyw4eKhzxRBZKpQ8R1T1ji/wwZW3xUIegFZ9RZ0OtrOtcf/U9ohKEoqbBCID/u7w goWWoQw8pop0IJBzzg+B6v0/ZYlgjCnj3R3+mr9Ar2j9MTTPukwEVrF6nLU6tLGwbDlS j3pyZb6B9eWljL0Ryze783vh3ecWQ1P2HIZL0=

Hello everyone,

I've just started to use the periodic 3D Delaunay triangulation.

Using locate(Point), I could find a cell that contains the point. If the
point locates quite near the boundary of the original cube, one or more
of the four vertices of the cell might be wrapped to be contained in the
original cube.
The function point() seems to give me only the position in the original
cube. Could you possibly show me how to access the position of vertices
with offset? (say "1.1 0.1 0.1" but not "0.1 0.1 0.1").
I found "offset()" but it returns "0 0 0". If it was "1 0 0" or
something, I'm happy!

Thank you,
Issha



Archive powered by MHonArc 2.6.16.

Top of Page