CapsuleF(Vector3F, Vector3F, Single) Constructor |
Initializes a new instance of the
CapsuleF class
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CapsuleF(
Vector3F point1,
Vector3F point2,
float radius
)
Parameters
- point1 Vector3F
-
- point2 Vector3F
-
- radius Single
-
See Also