Click or drag to resize

Cylinder Structure

Represents a double precision cylinder shape.

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

The Cylinder type exposes the following members.

Constructors
  NameDescription
Public methodCylinder(Cylinder)
Initializes a new instance of the Cylinder class
Public methodCylinder(Vector3, Vector3, Double)
Initializes a new instance of the Cylinder class
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldPoint1
Public fieldPoint2
Public fieldRadius
Top
Extension Methods
See Also