C# Class Vector3S, Stereoscopic_Scatterplot

ファイルを表示 Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Methods

Method Description
ToString ( ) : String
ToVector3 ( ) : Vector3
Vector3S ( Vector3 v ) : System
Vector3S ( float x, float y, float z ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

ToVector3() public method

public ToVector3 ( ) : Vector3
return Vector3

Vector3S() public method

public Vector3S ( Vector3 v ) : System
v Vector3
return System

Vector3S() public method

public Vector3S ( float x, float y, float z ) : System
x float
y float
z float
return System