C# Class AStartTest.Vectors.Vector3

Show file Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Vector3 ( ) : System
Vector3 ( float x, float y, float z ) : System

Method Details

Vector3() public method

public Vector3 ( ) : System
return System

Vector3() public method

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