C# Class MCBlob.mcPoint, Lucid-VR

Mostra file Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
_i float
cntr int
index float[]
px int

Public Methods

Method Description
i ( ) : float
mcPoint ( float x, float y, float z, int px, int py, int pz, MCBlob, thismcblob ) : UnityEngine
this ( int idx ) : float

Method Details

i() public method

public i ( ) : float
return float

mcPoint() public method

public mcPoint ( float x, float y, float z, int px, int py, int pz, MCBlob, thismcblob ) : UnityEngine
x float
y float
z float
px int
py int
pz int
thismcblob MCBlob,
return UnityEngine

this() public method

public this ( int idx ) : float
idx int
return float

Property Details

_i public_oe property

public float _i
return float

cntr public_oe property

public int cntr
return int

index public_oe property

public float[] index
return float[]

px public_oe property

public int px
return int