MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nGetTangent

Method _nGetTangent

shared/java/PathMeasure.java:196–196  ·  view source on GitHub ↗
(long ptr, float distance)

Source from the content-addressed store, hash-verified

194 @ApiStatus.Internal public static native float _nGetLength(long ptr);
195 @ApiStatus.Internal public static native Point _nGetPosition(long ptr, float distance);
196 @ApiStatus.Internal public static native Point _nGetTangent(long ptr, float distance);
197 @ApiStatus.Internal public static native RSXform _nGetRSXform(long ptr, float distance);
198 @ApiStatus.Internal public static native float[] _nGetMatrix(long ptr, float distance, boolean getPosition, boolean getTangent);
199 @ApiStatus.Internal public static native boolean _nGetSegment(long ptr, float startD, float endD, long dstPtr, boolean startWithMoveTo);

Callers 1

getTangentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected