Click or drag to resize

Plane3 Constructor (Point3, Vector3)

Create plane from point and normal.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Plane3(
	Point3 origin,
	Vector3 normal
)

Parameters

origin
Type: Karamba.GeometryPoint3
Origin point of the plane.
normal
Type: Karamba.GeometryVector3
Normal of the plane.
See Also