GeometrySingleton.GDNativeClassBinding

Undocumented in source.
struct GeometrySingleton
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
buildBoxPlanes
GodotMethod!(Array, Vector3) buildBoxPlanes;
Undocumented in source.
buildCapsulePlanes
GodotMethod!(Array, double, double, long, long, long) buildCapsulePlanes;
Undocumented in source.
buildCylinderPlanes
GodotMethod!(Array, double, double, long, long) buildCylinderPlanes;
Undocumented in source.
clipPolygon
GodotMethod!(PoolVector3Array, PoolVector3Array, Plane) clipPolygon;
Undocumented in source.
clipPolygons2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) clipPolygons2d;
Undocumented in source.
clipPolylineWithPolygon2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) clipPolylineWithPolygon2d;
Undocumented in source.
convexHull2d
GodotMethod!(PoolVector2Array, PoolVector2Array) convexHull2d;
Undocumented in source.
excludePolygons2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) excludePolygons2d;
Undocumented in source.
getClosestPointToSegment
GodotMethod!(Vector3, Vector3, Vector3, Vector3) getClosestPointToSegment;
Undocumented in source.
getClosestPointToSegment2d
GodotMethod!(Vector2, Vector2, Vector2, Vector2) getClosestPointToSegment2d;
Undocumented in source.
getClosestPointToSegmentUncapped
GodotMethod!(Vector3, Vector3, Vector3, Vector3) getClosestPointToSegmentUncapped;
Undocumented in source.
getClosestPointToSegmentUncapped2d
GodotMethod!(Vector2, Vector2, Vector2, Vector2) getClosestPointToSegmentUncapped2d;
Undocumented in source.
getClosestPointsBetweenSegments
GodotMethod!(PoolVector3Array, Vector3, Vector3, Vector3, Vector3) getClosestPointsBetweenSegments;
Undocumented in source.
getClosestPointsBetweenSegments2d
GodotMethod!(PoolVector2Array, Vector2, Vector2, Vector2, Vector2) getClosestPointsBetweenSegments2d;
Undocumented in source.
getUv84NormalBit
GodotMethod!(long, Vector3) getUv84NormalBit;
Undocumented in source.
intersectPolygons2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) intersectPolygons2d;
Undocumented in source.
intersectPolylineWithPolygon2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) intersectPolylineWithPolygon2d;
Undocumented in source.
isPointInCircle
GodotMethod!(bool, Vector2, Vector2, double) isPointInCircle;
Undocumented in source.
isPointInPolygon
GodotMethod!(bool, Vector2, PoolVector2Array) isPointInPolygon;
Undocumented in source.
isPolygonClockwise
GodotMethod!(bool, PoolVector2Array) isPolygonClockwise;
Undocumented in source.
lineIntersectsLine2d
GodotMethod!(Variant, Vector2, Vector2, Vector2, Vector2) lineIntersectsLine2d;
Undocumented in source.
makeAtlas
GodotMethod!(Dictionary, PoolVector2Array) makeAtlas;
Undocumented in source.
mergePolygons2d
GodotMethod!(Array, PoolVector2Array, PoolVector2Array) mergePolygons2d;
Undocumented in source.
offsetPolygon2d
GodotMethod!(Array, PoolVector2Array, double, long) offsetPolygon2d;
Undocumented in source.
offsetPolyline2d
GodotMethod!(Array, PoolVector2Array, double, long, long) offsetPolyline2d;
Undocumented in source.
pointIsInsideTriangle
GodotMethod!(bool, Vector2, Vector2, Vector2, Vector2) pointIsInsideTriangle;
Undocumented in source.
rayIntersectsTriangle
GodotMethod!(Variant, Vector3, Vector3, Vector3, Vector3, Vector3) rayIntersectsTriangle;
Undocumented in source.
segmentIntersectsCircle
GodotMethod!(double, Vector2, Vector2, Vector2, double) segmentIntersectsCircle;
Undocumented in source.
segmentIntersectsConvex
GodotMethod!(PoolVector3Array, Vector3, Vector3, Array) segmentIntersectsConvex;
Undocumented in source.
segmentIntersectsCylinder
GodotMethod!(PoolVector3Array, Vector3, Vector3, double, double) segmentIntersectsCylinder;
Undocumented in source.
segmentIntersectsSegment2d
GodotMethod!(Variant, Vector2, Vector2, Vector2, Vector2) segmentIntersectsSegment2d;
Undocumented in source.
segmentIntersectsSphere
GodotMethod!(PoolVector3Array, Vector3, Vector3, Vector3, double) segmentIntersectsSphere;
Undocumented in source.
segmentIntersectsTriangle
GodotMethod!(Variant, Vector3, Vector3, Vector3, Vector3, Vector3) segmentIntersectsTriangle;
Undocumented in source.
triangulateDelaunay2d
GodotMethod!(PoolIntArray, PoolVector2Array) triangulateDelaunay2d;
Undocumented in source.
triangulatePolygon
GodotMethod!(PoolIntArray, PoolVector2Array) triangulatePolygon;
Undocumented in source.

Meta