Border builder 1.1
The plugin which allows you easily generate borders
Public Member Functions | Public Attributes | List of all members
BorderBuilder.Point Struct Reference

Represents a point in space. More...

Inheritance diagram for BorderBuilder.Point:

Public Member Functions

Point WithZeroY ()
 Returns the same point with zeroed Y component.
 
 Point (Vector3 position)
 Creates a point.
 
bool Equals (Point other)
 Checks if two points are equal.
 
override bool Equals (object obj)
 Checks equality to the object.
 
override int GetHashCode ()
 Calculates point hash code.
 

Public Attributes

Vector3 Position
 The point position.
 

Detailed Description

Represents a point in space.

Constructor & Destructor Documentation

◆ Point()

BorderBuilder.Point.Point ( Vector3  position)

Creates a point.

Parameters
positionThe position to be used for the point

Member Function Documentation

◆ Equals() [1/2]

override bool BorderBuilder.Point.Equals ( object  obj)

Checks equality to the object.

Parameters
objObject to compare to
Returns
True if other object is point equal to this one

◆ Equals() [2/2]

bool BorderBuilder.Point.Equals ( Point  other)

Checks if two points are equal.

Parameters
otherThe other point to check with
Returns
True if equals

◆ GetHashCode()

override int BorderBuilder.Point.GetHashCode ( )

Calculates point hash code.

Returns
Point hash code

◆ WithZeroY()

Point BorderBuilder.Point.WithZeroY ( )

Returns the same point with zeroed Y component.

Returns
The modified point

The documentation for this struct was generated from the following file: