From 2d7fc3c6bd8924ea12430132c29749d0206f1611 Mon Sep 17 00:00:00 2001 From: WestLangley Date: Sun, 25 Jun 2017 15:05:00 -0400 Subject: [PATCH] Minor clarification --- docs/api/math/Plane.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/math/Plane.html b/docs/api/math/Plane.html index fc945dad07..80b4812477 100644 --- a/docs/api/math/Plane.html +++ b/docs/api/math/Plane.html @@ -152,8 +152,8 @@ [page:Vector3 a] - second point on the plane.
[page:Vector3 a] - third point on the plane.

- Defines the plane based on the 3 provided points. The winding order is counter - clockwise, and determines the direction the [page:.normal normal]. + Defines the plane based on the 3 provided points. The winding order is assumed to be counter-clockwise, + and determines the direction of the [page:.normal normal].

[method:Plane setFromNormalAndCoplanarPoint]( [page:Vector3 normal], [page:Vector3 point] ) [page:Vector3 this]

-- GitLab