Skip to content

M_PurpleKingdomGames_Core_Point2D__ctor

David North edited this page Jul 31, 2015 · 2 revisions

Point2D Constructor

Creates a new point in world space with the co-ordinates supplied

Namespace: PurpleKingdomGames.Core
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Point2D(
	float x,
	float y
)

Parameters

 

x
Type: System.Single
The x position of this point
y
Type: System.Single
The y position of this point

See Also

Reference

Point2D Structure
PurpleKingdomGames.Core Namespace

Clone this wiki locally