Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Plane.SameSide

SameSide(inPt0: Vector3, inPt1: Vector3): bool;
bool SameSide(Vector3 inPt0, Vector3 inPt1);
def SameSide(inPt0 as Vector3, inPt1 as Vector3) as bool

Description

Are two points on the same side of the plane?