Re: [eigen] Bounding Volume Hierarchies |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Bounding Volume Hierarchies
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 6 Mar 2009 20:29:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=p2e+VEYZQ/9IyGbN1uACjyI0w8IELNvx6rX74i7xJ/U=; b=WaOso+QN1LYdH0IAWDGSv5TxjjTaa29xYSDdOYuF4beZhl1v0XJN7WA9VkB3Cift4d YM0b55dPJf39LUvjN/NmvX+b5jk+LUxiwFllku3qjOEHNkSqUh30TuqIMCaBotVWQUQ/ lYbwF7bWGzz6ZVY5FOOScrf9pn/EN6xmotXUE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sACviP9m4FzZ6lHaUbJC39fpmNdpN7FQIGUrPBiq+D0EsiV4u9eOPWE+jUC0q2h1Qc 4mEVpYqGBGOahxgOf+m6WvhkeSBBESa15t6dnWPLx7rlPs5l1M21rdKbLwJNuLeT39Vs mq2dD0aWdrauagJXBIDH/xL+34sTa0a5q3C3g=
2009/3/6 Ilya Baran <baran37@xxxxxxxxx>:
> I prefer reading "(a | b) & (c | d)" to
> "(a.union(b)).intersection(c.union(d))", but it's not a strong
> preference (and, of course, your call at that).
We're very conservative against operator overloading...
> For explicit names,
> I'd suggest "union" and "intersection" for operator| and operator& and
> "unite" and "intersect" for operator|= and operator&= (rather than the
> current "extend" and "clamp").
+1
Benoit