Click or drag to resize

CylinderF Structure

Represents a single precision cylinder shape.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public struct CylinderF

The CylinderF type exposes the following members.

Constructors
  NameDescription
Public methodCylinderF(CylinderF)
Initializes a new instance of the CylinderF class
Public methodCylinderF(Vector3F, Vector3F, Single)
Initializes a new instance of the CylinderF class
Top
Methods
Operators
Fields
  NameDescription
Public fieldPoint1
Public fieldPoint2
Public fieldRadius
Top
Extension Methods
See Also