C# Class WolfEngine.Wall

Show file Open project: emcf/WolfEngine Class Usage Examples

Public Properties

Property Type Description
Barycenter Vector2f
Point1 Vector2f
Point2 Vector2f
Point3 Vector2f
Point4 Vector2f
WallTexture System.Drawing.Bitmap

Public Methods

Method Description
TransformedTexture ( ) : Bitmap
Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System

Method Details

TransformedTexture() public method

public TransformedTexture ( ) : Bitmap
return System.Drawing.Bitmap

Wall() public method

public Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System
point1 Vector2f
point3 Vector2f
WallTexture System.Drawing.Bitmap
return System

Property Details

Barycenter public property

public Vector2f,WolfEngine Barycenter
return Vector2f

Point1 public property

public Vector2f,WolfEngine Point1
return Vector2f

Point2 public property

public Vector2f,WolfEngine Point2
return Vector2f

Point3 public property

public Vector2f,WolfEngine Point3
return Vector2f

Point4 public property

public Vector2f,WolfEngine Point4
return Vector2f

WallTexture public property

public Bitmap,System.Drawing WallTexture
return System.Drawing.Bitmap