Click or drag to resize

CylinderF(Vector3F, Vector3F, Single) Constructor

Initializes a new instance of the CylinderF class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CylinderF(
	Vector3F point1,
	Vector3F point2,
	float radius
)

Parameters

point1  Vector3F
 
point2  Vector3F
 
radius  Single
 
See Also