- _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.
- convexHull2d
GodotMethod!(PoolVector2Array, PoolVector2Array) convexHull2d;
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.
- lineIntersectsLine2d
GodotMethod!(Variant, Vector2, Vector2, Vector2, Vector2) lineIntersectsLine2d;
Undocumented in source.
- makeAtlas
GodotMethod!(Dictionary, PoolVector2Array) makeAtlas;
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.
- triangulatePolygon
GodotMethod!(PoolIntArray, PoolVector2Array) triangulatePolygon;
Undocumented in source.