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
Vector3D P1
float Radius

Constructors

Member Description
CapsuleD(Vector3D, Vector3D, float)

Methods

Member Description
bool Intersect(RayD, ref Vector3D, ref Vector3D, ref Vector3, ref Vector3)
bool Intersect(LineD, ref Vector3D, ref Vector3D, ref Vector3, ref Vector3)
Clone this wiki locally