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

VRageMath.Capsule

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

IndexNamespace Index

Capsule Struct

public struct Capsule

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Member Description
\Vector3 P0
\Vector3 P1
\float Radius

Constructors

Member Description
\Capsule(Vector3, Vector3, float)

Methods

Member Description
\bool Intersect(Ray, ref Vector3, ref Vector3, ref Vector3, ref Vector3)
\bool Intersect(Line, ref Vector3, ref Vector3, ref Vector3, ref Vector3)
Clone this wiki locally