PHP 클래스 pocketmine\math\Vector2

If this class is modified, remember to modify the PHP C extension.
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$x
$y

공개 메소드들

메소드 설명
__construct ( $x, $y )
__toString ( )
abs ( )
add ( $x, $y )
ceil ( )
createRandomDirection ( Random $random )
distance ( $x, $y )
distanceSquared ( $x, $y )
divide ( $number )
dot ( Vector2 $v )
floor ( )
getFloorX ( )
getFloorY ( )
getX ( )
getY ( )
length ( )
lengthSquared ( )
multiply ( $number )
normalize ( )
round ( )
subtract ( $x, $y )

메소드 상세

__construct() 공개 메소드

public __construct ( $x, $y )

__toString() 공개 메소드

public __toString ( )

abs() 공개 메소드

public abs ( )

add() 공개 메소드

public add ( $x, $y )

ceil() 공개 메소드

public ceil ( )

createRandomDirection() 공개 정적인 메소드

public static createRandomDirection ( Random $random )
$random pocketmine\utils\Random

distance() 공개 메소드

public distance ( $x, $y )

distanceSquared() 공개 메소드

public distanceSquared ( $x, $y )

divide() 공개 메소드

public divide ( $number )

dot() 공개 메소드

public dot ( Vector2 $v )
$v Vector2

floor() 공개 메소드

public floor ( )

getFloorX() 공개 메소드

public getFloorX ( )

getFloorY() 공개 메소드

public getFloorY ( )

getX() 공개 메소드

public getX ( )

getY() 공개 메소드

public getY ( )

length() 공개 메소드

public length ( )

lengthSquared() 공개 메소드

public lengthSquared ( )

multiply() 공개 메소드

public multiply ( $number )

normalize() 공개 메소드

public normalize ( )

round() 공개 메소드

public round ( )

subtract() 공개 메소드

public subtract ( $x, $y )

프로퍼티 상세

$x 공개적으로 프로퍼티

public $x

$y 공개적으로 프로퍼티

public $y