Since 1.0Optionalproperties: Partial<{ x: number; y: number; z: number }>Since 1.0crossSince 1.4distanceComputes the distance between the two given Graphene.Point3D.
the distance between two points
Since 1.0dotComputes the dot product of the two given Graphene.Point3D.
the value of the dot product
Since 1.0equalChecks whether two given points are equal.
true if the points are equal
Since 1.0freeSince 1.0initInitializes a Graphene.Point3D with the given coordinates.
the X coordinate of the point
the Y coordinate of the point
the Z coordinate of the point
the initialized Graphene.Point3D
Since 1.0init_Initializes a Graphene.Point3D using the coordinates of another Graphene.Point3D.
the initialized point
Since 1.0init_Initializes a Graphene.Point3D using the components of a Graphene.Vec3.
the initialized Graphene.Point3D
Since 1.0interpolateSince 1.0lengthComputes the length of the vector represented by the coordinates of the given Graphene.Point3D.
the length of the vector represented by the point
Since 1.0nearChecks whether the two points are near each other, within
an epsilon factor.
fuzzyness factor
true if the points are near each other
Since 1.0normalizeComputes the normalization of the vector represented by the coordinates of the given Graphene.Point3D.
Since 1.4normalize_Normalizes the coordinates of a Graphene.Point3D using the given viewport and clipping planes.
The coordinates of the resulting Graphene.Point3D will be in the [ -1, 1 ] range.
a Graphene.Rect representing a viewport
the coordinate of the near clipping plane, or 0 for the default near clipping plane
the coordinate of the far clipping plane, or 1 for the default far clipping plane
Since 1.0scaleScales the coordinates of the given Graphene.Point3D by
the given factor.
the scaling factor
Since 1.0to_StaticallocStaticSince 1.0zero
A point with three components: X, Y, and Z.
Since
1.0