Click or drag to resize

CylinderF Structure

Represents a single precision cylinder shape.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisCylinderF

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.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
 NameDescription
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(CylinderF, Single) 
Public methodGetCenter 
Public methodGetCenter(Vector3F) 
Public methodGetDirection 
Public methodGetDirection(Vector3F) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetLength 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToBounds 
Public methodToBounds(BoundsF) 
Public methodToCylinder 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
Fields
 NameDescription
Public fieldPoint1 
Public fieldPoint2 
Public fieldRadius 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also