Click or drag to resize

PlaneF(PlaneF) Constructor

Constructs a plane with another specified PlaneF object.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlaneF(
	PlaneF source
)

Parameters

source  PlaneF
A specified plane.
See Also