WLJS LogoWLJS Notebook

RegionMemberFunction

RegionMemberFunction[reg, …] represents a function whose values give whether a point is in a region reg or not.

Examples

rmf = RegionMemberFunction[Disk[]];
rmf[{0.5, 0.5}]

Please visit the official Wolfram Language Reference for more details.

On this page