Click or drag to resize

PlaneScale Method (Plane, Double)

Scale the Plane

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Plane Scale(
	Plane p,
	double s
)

Parameters

p
Type: Microsoft.DirectXPlane
Plane to scale
s
Type: SystemDouble
Scale

Return Value

Type: Plane
Scaled Plane
See Also