| UnityEngine.Vector3 ClosestPointOnPlane( |
| ) |
UnityEngine.Vector3 point-no documentation
point -
UnityEngine.Vector3
System.Void
| System.Single GetDistanceToPoint( |
| ) |
UnityEngine.Vector3 point-no documentation
point -
System.Single
| System.Boolean GetSide( |
| ) |
UnityEngine.Vector3 point-no documentation
point -
System.Boolean
| static UnityEngine.Plane Create ( |
| ) |
Constructor replaces new;
| a UnityEngine.Vector3 | no description |
| b UnityEngine.Vector3 | no description |
| c UnityEngine.Vector3 | no description |
UnityEngine.Plane
| static UnityEngine.Plane Create ( |
| ) |
Constructor replaces new;
| inNormal UnityEngine.Vector3 | no description |
| d System.Single | no description |
UnityEngine.Plane
Constructor replaces new
UnityEngine.Plane
| static UnityEngine.Plane Create ( |
| ) |
Constructor replaces new;
| inNormal UnityEngine.Vector3 | no description |
| inPoint UnityEngine.Vector3 | no description |
UnityEngine.Plane
| static UnityEngine.Plane Translate( |
| ) |
UnityEngine.Plane plane-no documentation
| plane UnityEngine.Plane | no documentation translation - |
UnityEngine.Plane
| System.Boolean SameSide( |
| ) |
UnityEngine.Vector3 inPt0-no documentation
| inPt0 UnityEngine.Vector3 | no documentation inPt1 - |
System.Boolean
| System.Void Set3Points( |
| ) |
UnityEngine.Vector3 a-no documentation
| a UnityEngine.Vector3 | no documentation |
| b UnityEngine.Vector3 | no documentation c - |
System.Void
| System.Void SetNormalAndPosition( |
| ) |
UnityEngine.Vector3 inNormal-no documentation
| inNormal UnityEngine.Vector3 | no documentation inPoint - |
System.Void
System.String
| System.String ToString( |
| ) |
System.String format-no documentation
format -
System.String
| System.Void Translate( |
| ) |
UnityEngine.Vector3 translation-no documentation
translation -
System.Void