SharpMath.Point2D.Point2D C# (CSharp) Méthode

Point2D() public méthode

public Point2D ( float _x, float _y ) : System
_x float
_y float
Résultat System
        public Point2D( float _x, float _y )
        {
            Set( _x, _y );
        }

Same methods

Point2D::Point2D ( ) : System
Point2D::Point2D ( Point2D _Source ) : System
Point2D::Point2D ( Vector2D _Source ) : System
Point2D::Point2D ( float _f ) : System
Point2D::Point2D ( float3 _Source ) : System
Point2D::Point2D ( float4 _Source ) : System