2027 Constructor
Changes 0
C

XYZ(Double, Double, Double)

Description:
Creates an XYZ with the supplied coordinates.
Overloads (2):
XYZ
XYZ
XYZ(Double,Double,Double)
public XYZ(
	double x,
	double y,
	double z
)
  • Double
    x
    The first coordinate.
  • Double
    y
    The second coordinate.
  • Double
    z
    The third coordinate.
  • Thrown when setting an infinite number to the X, Y or Z property.