Click or drag to resize

CapsuleF Structure

Represents a single precision capsule shape.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisCapsuleF

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

The CapsuleF type exposes the following members.

Constructors
 NameDescription
Public methodCapsuleF(CapsuleF)Initializes a new instance of the CapsuleF class
Public methodCapsuleF(Vector3F, Vector3F, Single)Initializes a new instance of the CapsuleF class
Top
Methods
 NameDescription
Public methodContains 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(CapsuleF, 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 methodToCapsule 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
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