You are here: Start » AVL.NET » Invoke.RescalePlane
Changes the input plane distance to a reference point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RescalePlane ( Avl.Plane3D inPlane, Avl.Point3D inReferencePoint, float inScale, bool inInverse, out Avl.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPlane | Avl.Plane3D | |||
![]()  | inReferencePoint | Avl.Point3D | The point to which the distance of plane is changed. | ||
![]()  | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPlane | Avl.Plane3D | 


