Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SameSide(Vector3, Vector3)

Are two points on the same side of the plane?
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool SameSide(Vector3 inPt0, Vector3 inPt1)

Parameters

inPt0


inPt1

Returns

Type

Description

bool