Click or drag to resize

CMVIEWGetViewPlaneEquation Method

Get the View's Plane Equation

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetViewPlaneEquation(
	ref double pitch,
	ref double yaw,
	ref double roll,
	ref double x,
	ref double y,
	ref double z,
	ref double sx,
	ref double sy,
	ref double sz
)

public void GetViewPlaneEquation(
	ref double pitch,
	ref double yaw,
	ref double roll,
	ref double x,
	ref double y,
	ref double z,
	ref double sx,
	ref double sy,
	ref double sz
)

Parameters

pitch
Type: SystemDouble
Angle in X
yaw
Type: SystemDouble
Angle in Y
roll
Type: SystemDouble
Angle in Z
x
Type: SystemDouble
Offset in X
y
Type: SystemDouble
Offset in Y
z
Type: SystemDouble
Offset in Z
sx
Type: SystemDouble
Scale in X
sy
Type: SystemDouble
Scale in Y
sz
Type: SystemDouble
Scale in Z
See Also