Skip to content
This repository has been archived by the owner on Aug 23, 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
$1Vector3 P0](VRageMath.Capsule.P0)
$1Vector3 P1](VRageMath.Capsule.P1)
$1float Radius](VRageMath.Capsule.Radius)

Constructors

Member Description
$1Capsule(Vector3, Vector3, float)](VRageMath.Capsule..ctor)

Methods

Member Description
$1bool Intersect(Ray, ref Vector3, ref Vector3, ref Vector3, ref Vector3)](VRageMath.Capsule.Intersect)
$1bool Intersect(Line, ref Vector3, ref Vector3, ref Vector3, ref Vector3)](VRageMath.Capsule.Intersect)
Clone this wiki locally