Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Plane.Set3Points

public function Set3Points(a: Vector3, b: Vector3, c: Vector3): void;

Parameters

a First point in clockwise order.
b Second point in clockwise order.
c Third point in clockwise order.

Description

Sets a plane using three points that lie within it. The points go around clockwise as you look down on the top surface of the plane.