Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.CapsuleD

Morten Aune Lyrstad edited this page Apr 16, 2022 · 39 revisions

IndexNamespace Index

CapsuleD Struct

public struct CapsuleD

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
[Vector3D P0](VRageMath.CapsuleD.P0)
[Vector3D P1](VRageMath.CapsuleD.P1)
[float Radius](VRageMath.CapsuleD.Radius)

Constructors

Member Description
[CapsuleD(Vector3D, Vector3D, float)](VRageMath.CapsuleD..ctor)

Methods

Member Description
[bool Intersect(RayD, ref Vector3D, ref Vector3D, ref Vector3, ref Vector3)](VRageMath.CapsuleD.Intersect)
[bool Intersect(LineD, ref Vector3D, ref Vector3D, ref Vector3, ref Vector3)](VRageMath.CapsuleD.Intersect)
Clone this wiki locally